
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  font-family: 'roboto_r', Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto!important;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a img {
  border: none;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
main,
footer {
  display: block;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w1800 {
  max-width: 100%;
  padding: 0 60px;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "roboto_r";
  src: url('/font/Roboto-Regular.woff2');
}
@font-face {
  font-family: "roboto_l";
  src: url('/font/Roboto-Light.woff2');
}
.ss_l {
  font-family: 'roboto_l';
}
.ss_m {
  font-family: 'roboto_l';
  font-weight: 600;
}
.ss_r {
  font-family: 'roboto_r';
}
.ss_b {
  font-family: 'roboto_r';
  font-weight: 600;
}
h2.h2 {
  font-size: 48px;
  color: #222222;
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 24px;
  }
}
h3.h3 {
  font-size: 44px;
  color: #222222;
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 22px;
  }
}
h4.h4 {
  font-size: 40px;
  color: #222222;
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 20px;
  }
}
h5.h5 {
  font-size: 30px;
  color: #222222;
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 18px;
  }
}
h6.h6 {
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 16px;
  }
}
.mark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.videobox video {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #133260;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #133260;
  color: #fff;
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.head_pc.scroll {
  top: -90px;
}
@media (max-width: 1440px) {
  .head_pc.scroll {
    top: -80px;
  }
}
header.header2 {
  background: #fff;
  color: #333;
}
header.header2::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #133260;
}
header.header2 a {
  color: #333;
}
header.header2 .nav li .li_a {
  color: #333;
}
header .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .nav li {
  height: 100%;
  /*padding: 0 1.15vw; */
  position: relative;
}
header .nav li.nav2 {
  position: relative;
}
header .nav li:hover .nav_li,
header .nav li:hover .nav_li2 {
  display: block;
}
header .nav li .nav_li2 {
  position: absolute;
  width: auto;
  background: #fff;
  padding: 0;
  animation: hideShow 0.5s;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header .nav li .nav_li2 .l_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0px;
  color: #999;
  flex-direction: column;
}
header .nav li .nav_li2 .l_box .l_item {
  border-bottom: 1px solid #eee;
}
header .nav li .nav_li2 .l_box .l_item.on .a1 {
  color: #133260;
}
header .nav li .nav_li2 .l_box .l_item .a1 {
  white-space: nowrap;
  padding: 15px 20px;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header .nav li .nav_li2 .l_box .l_item .a1 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .nav li .nav_li2 .l_box .l_item .a1 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .nav li .nav_li2 .l_box .l_item .a1 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .nav li .nav_li2 .l_box .l_item .a1 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .nav li .nav_li2 .l_box .l_item .a1 {
    font-size: 14px;
  }
}
header .nav li .nav_li2 .l_box .l_item .a1:hover {
  color: #133260;
}
header .search_a {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.35vw;
  padding-right: 10px;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1680px) {
  header .search_a {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  header .search_a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .search_a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header .search_a {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  header .search_a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  header .search_a {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .search_a {
    font-size: 16px;
  }
}
header .search_a:hover .search_box {
  max-height: 500px;
  padding: 4.17vw 0 4.43vw;
}
header .search_a .search_box {
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff;
  left: 0;
  top: 100%;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .search_a .search_box h6 {
  font-size: 24px;
  color: #333;
}
@media (max-width: 1680px) {
  header .search_a .search_box h6 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  header .search_a .search_box h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .search_a .search_box h6 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header .search_a .search_box h6 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  header .search_a .search_box h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  header .search_a .search_box h6 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .search_a .search_box h6 {
    font-size: 16px;
  }
}
header .search_a .search_box .search_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 66px;
  margin-top: 10px;
}
header .search_a .search_box .search_form button {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #133260;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form button {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .search_a .search_box .search_form button {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .search_a .search_box .search_form button {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .search_a .search_box .search_form button {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form button {
    font-size: 16px;
  }
}
header .search_a .search_box .search_form button:hover {
  background: #33316c;
}
header .search_a .search_box .search_form input {
  width: 69%;
  height: 100%;
  background: #e9ecef;
  font-size: 18px;
  color: #333;
  padding: 0 1.56vw;
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form input {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .search_a .search_box .search_form input {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .search_a .search_box .search_form input {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .search_a .search_box .search_form input {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form input {
    font-size: 16px;
  }
}
header .search_a .search_box .search_form input::placeholder {
  font-size: 18px;
  color: #333;
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form input::placeholder {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .search_a .search_box .search_form input::placeholder {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .search_a .search_box .search_form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .search_a .search_box .search_form input::placeholder {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .search_a .search_box .search_form input::placeholder {
    font-size: 16px;
  }
}
header .lan_a {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
}
header .lan_a img {
  width: 1.563vw;
  min-width: 22px;
}
header .lan_a:hover .lan_box {
  max-height: 1000px;
  padding: 2.6vw;
}
header .lan_a .lan_box {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 16.93vw;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 0 2.6vw;
}
header .lan_a .lan_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
@media (max-width: 1680px) {
  header .lan_a .lan_box a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .lan_a .lan_box a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .lan_a .lan_box a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .lan_a .lan_box a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .lan_a .lan_box a {
    font-size: 14px;
  }
}
header .lan_a .lan_box a:hover {
  color: #133260;
}
header .lan_a .lan_box a img {
  width: 1.563vw;
  min-width: 22px;
  margin-right: 8px;
}
@media (max-width:1024px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
.header_d {
  width: 100%;
  height: 90px;
  background: #133260;
}
@media (max-width:1440px) {
  .header_d {
    height: 80px;
  }
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
@media (max-width:1024px) {
  header .nav li {
    padding: 0 1vw;
  }
}
.head_wap {
  display: none;
}
@media (max-width:990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #133260;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #133260;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
    height: 35px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #133260;
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #133260;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #133260;
  }
}
.btn_a {
  width: auto;
  height: 56px;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2.86vw;
  position: relative;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.btn_a:hover {
  border-color: #133260;
}
.btn_a:hover::after {
  -webkit-transform: scale(50);
  -ms-transform: scale(50);
  -o-transform: scale(50);
  transform: scale(50);
}
.btn_a:hover, .btn_a:hover span {
  color: #133260;
}
.btn_a span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .btn_a span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .btn_a span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .btn_a span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .btn_a span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .btn_a span {
    font-size: 14px;
  }
}
.btn_a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  z-index: 100;
  margin-top: -3px;
  margin-left: -3px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width:1440px) {
  .btn_a {
    height: 46px;
  }
}
@media (max-width:1280px) {
  .btn_a {
    height: 40px;
    padding: 0 30px;
  }
}
.btn_a.btn_a2 {
  width: 8.333vw;
  min-width: 120px;
  background: #133260;
  height: 44px;
  font-size: 12px;
  border-radius: 1000px;
  text-align: center;
  padding: 0;
  border: 2px solid #133260;
}
.btn_a.btn_a2 .hh_span {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .btn_a.btn_a2 .hh_span {
    font-size: 13px;
  }
}
.btn_a.btn_a2:hover span {
  color: #133260;
}
@media (max-width:1440px) {
  .btn_a.btn_a2 {
    height: 38px;
  }
}
@media (max-width:1280px) {
  .btn_a.btn_a2 {
    height: 38px;
    padding: 0;
  }
}
@media (max-width:768px) {
  .btn_a.btn_a2 {
    height: 33px;
  }
}
.btn_a.btn_a3 {
  width: 10.417vw;
  min-width: 145px;
  height: 60px;
  border: 2px solid #133260;
  border-radius: 1000px;
  box-shadow: 0 8px 23px 0 rgba(219, 229, 236, 0.6);
  padding: 0;
}
.btn_a.btn_a3 span {
  color: #133260;
}
@media (max-width:1440px) {
  .btn_a.btn_a3 span {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .btn_a.btn_a3 span {
    font-size: 13px;
  }
}
.btn_a.btn_a3:hover span {
  color: #fff;
}
.btn_a.btn_a3:hover:before {
  background: #133260;
}
@media (max-width:1440px) {
  .btn_a.btn_a3 {
    height: 50px;
  }
}
@media (max-width:768px) {
  .btn_a.btn_a3 {
    height: 45px;
  }
}
.btn_a.btn_a4:hover {
  border-color: #133260 !important;
}
.btn_a.btn_a5 {
  height: 40px;
  width: 100%;
}
.btn_a.btn_a5 .hh_span {
  font-size: 14px;
}
@media (max-width:1366px) {
  .btn_a.btn_a5 {
    min-width: 100%;
    height: 35px;
  }
}
@media (max-width:768px) {
  .btn_a.btn_a5 {
    height: 30px;
    min-width: 100px;
  }
  .btn_a.btn_a5 .hh_span {
    font-size: 13px;
  }
}
.btn_a.btn_a6 {
  width: 8.333vw;
  height: 2.604vw;
  min-width: 130px;
  min-height: 40px;
  border-radius: 0;
  border: 1px solid #363636;
}
.btn_a.btn_a6 span {
  color: #363636;
}
.btn_a.btn_a6:hover {
  border-color: #133260;
}
@keyframes run {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  opacity: 0.5;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination span {
  width: 5.21vw;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  opacity: 1;
  margin: 0 6px!important;
  min-width: 30px;
}
.banner .swiper-pagination span:before {
  content: '';
  width: 0;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: #fff;
  -webkit-animation: run 5s linear infinite;
  animation: run 5s linear infinite;
  animation-iteration-count: 1;
  width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  outline: none;
  color: #fff;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 1;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 40px;
}
@media (max-width: 1680px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    font-size: 20px;
  }
}
.banner .swiper-button-prev {
  left: 20px;
}
.banner .swiper-button-next {
  right: 20px;
}
.banner .swiper-slide .img {
  line-height: 0;
}
.banner .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.banner .swiper-slide .art .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 22.4vw;
}
.banner .swiper-slide .art p {
  font-size: 24px;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art p {
    font-size: 16px;
  }
}
.banner .swiper-slide .art h2 {
  font-size: 56px;
  font-family: SamsungOne;
  font-weight: 300;
  line-height: 1.2;
  width: 980px;
  max-width: 100%;
  margin: 0.78vw 0 2.08vw;
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 {
    font-size: 49px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 {
    font-size: 37.33333333px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 {
    font-size: 29.86666667px;
  }
}
@media (max-width:768px) {
  .banner .swiper-slide .img img {
    min-height: 400px;
    object-fit: cover;
  }
  .banner .swiper-slide .art .w1400 {
    padding-top: 100px;
  }
  .banner .swiper-slide .art h2 {
    font-size: 24px;
    margin: 15px 0 25px;
  }
  .banner .swiper-pagination span {
    height: 2px;
    margin: 0 4px!important;
  }
}
.h_info {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1680px) {
  .h_info {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .h_info {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .h_info {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .h_info {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .h_info {
    font-size: 16px;
  }
}
@media (max-width:1440px) {
  .h_info {
    line-height: 30px;
  }
}
@media (max-width:1024px) {
  .h_info {
    font-size: 14px;
    line-height: 22px;
  }
}
.h3_title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.h3_title h3 {
  position: relative;
  color: #133260;
  border-bottom: 2px solid #c1d7cb;
  text-transform: capitalize;
  font-family: 'roboto_r';
}
@media (max-width:768px) {
  .h3_title h3 {
    padding-bottom: 2px;
  }
}
.pro_title {
  height: 260px;
  overflow: auto;
}
.pro_title h3 {
  font-size: 30px;
  color: #212529;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .pro_title h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .pro_title h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .pro_title h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .pro_title h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .pro_title h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .pro_title h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .pro_title h3 {
    font-size: 18px;
  }
}
.pro_title p {
  line-height: 1.5;
  margin-top: 0.521vw;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .pro_title p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pro_title p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .pro_title p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .pro_title p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .pro_title p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .pro_title p {
    margin-top: 4px;
  }
  .pro_title h3 {
    font-size: 24px;
  }
}
.imgbox_b:hover:before {
  opacity: 1;
  visibility: visible;
  -o-transform: scale(1.5) translateY(0);
  -moz-transform: scale(1.5) translateY(0);
  -webkit-transform: scale(1.5) translateY(0);
  -ms-transform: scale(1.5) translateY(0);
  transform: scale(1.5) translateY(0);
}
.imgbox_b:hover .img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.imgbox_b .img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imgbox_b:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(63, 61, 134, 0.8);
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0) translateY(0);
  -webkit-transform: scale(0) translateY(0);
  -moz-transform: scale(0) translateY(0);
  -o-transform: scale(0) translateY(0);
  transform: scale(0) translateY(0);
  transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.advantages_index h2 {
  text-align: center;
}
.advantages_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 1.667vw;
}
.advantages_index .items .item {
  width: 25%;
}
.advantages_index .items .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.advantages_index .items h3 {
  font-size: 20px;
  margin: 10px 0;
}
@media (max-width: 1680px) {
  .advantages_index .items h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .advantages_index .items h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .advantages_index .items h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .advantages_index .items h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .advantages_index .items h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .advantages_index .items h3 {
    font-size: 16px;
  }
}
.advantages_index .items .info {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
@media (max-width: 1680px) {
  .advantages_index .items .info {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .advantages_index .items .info {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .advantages_index .items .info {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .advantages_index .items .info {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .advantages_index .items .info {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .advantages_index .items .item {
    width: 30%;
  }
}
@media (max-width:768px) {
  .advantages_index .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
  }
  .advantages_index .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about_index {
  padding: 50px 0 42px;
  padding: 4.948vw 0 4.167vw;
}
.about_index .h_info {
  margin: 0px auto;
  text-align: center;
  padding-top: 1.563vw;
}
.pro_index {
  padding: 30px;
  padding-top: 33px;
  overflow: hidden;
}
.pro_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pro_index .items .item {
  width: calc(50% - 15px);
}
.pro_index .items .item .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.pro_index .items .item .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_index .items .item .imgbox .art {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
}
.pro_index .items .item .imgbox .art h2 {
  font-size: 32px;
  font-family: 'roboto_r';
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .pro_index .items .item .imgbox .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .pro_index .items .item .imgbox .art h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .pro_index .items .item .imgbox .art h2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_index .items .item .imgbox .art h2 {
    font-size: 17.06666667px;
  }
}
.pro_index .items .item .imgbox .art p {
  font-size: 20px;
  font-family: 'roboto_l';
}
@media (max-width: 1680px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .pro_index .items .item .imgbox .art p {
    font-size: 16px;
  }
}
@media (max-width:990px) {
  .pro_index {
    padding: 20px;
    padding-top: 23px;
  }
}
@media (max-width:768px) {
  .pro_index .h_info {
    margin-bottom: 20px;
  }
  .pro_index .items {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .pro_index .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro_index .items .item .imgbox .art {
    padding: 20px;
  }
  .pro_index .items .item .imgbox .art h2 {
    font-size: 18px;
  }
  .pro_index .items .item .imgbox .art p {
    font-size: 14px;
  }
}
.rec_index {
  padding: 3.13vw 30px 30px;
  overflow: hidden;
}
.rec_index .h_info {
  margin: 1.563vw auto 0;
  text-align: center;
}
.rec_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 1.667vw;
}
.rec_index .items .item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.rec_index .items .item:first-child {
  width: calc(66.66% - 10px);
}
.rec_index .items .item:first-child .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 34.139%;
  position: relative;
  overflow: hidden;
}
.rec_index .items .item .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.rec_index .items .item .imgbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rec_index .items .item .imgbox .art {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  max-width: 66.66%;
}
.rec_index .items .item .imgbox .art h3 {
  font-size: 24px;
  font-family: 'roboto_r';
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .rec_index .items .item .imgbox .art h3 {
    font-size: 16px;
  }
}
.rec_index .items .item .imgbox .art p {
  font-size: 20px;
  font-family: 'roboto_l';
  max-height: 75px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 1680px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rec_index .items .item .imgbox .art p {
    font-size: 16px;
  }
}
.rec_index .items .item .imgbox .art p::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rec_index .items .item .imgbox .art p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #999;
  background-color: #999;
  border-radius: 3px;
}
.rec_index .items .item .imgbox .art p::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}
@media (max-width:1440px) {
  .rec_index .items .item {
    width: calc(33.33% - 15px);
    margin-bottom: 20px;
  }
  .rec_index .items .item:first-child {
    width: calc(66.66% - 5px);
  }
}
@media (max-width:1024px) {
  .rec_index .items .item .imgbox .art {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width:990px) {
  .rec_index {
    padding: 20px;
  }
}
@media (max-width:768px) {
  .rec_index .h_info {
    margin-top: 10px;
  }
  .rec_index .items {
    margin-top: 20px;
    margin-bottom: -20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .rec_index .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .rec_index .items .item:first-child {
    width: 100%;
  }
  .rec_index .items .item:first-child .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
  }
  .rec_index .items .item .imgbox .art {
    padding: 20px;
  }
  .rec_index .items .item .imgbox .art p {
    font-size: 14px;
  }
}
.news_index {
  padding: 30px;
  overflow: hidden;
}
.news_index .news_s {
  margin-top: 3.65vw;
}
.news_index .swiper-slide {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news_index .swiper-slide .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.news_index .swiper-slide .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_index .swiper-slide .art {
  padding: 20px 15px;
}
.news_index .swiper-slide .art h3 {
  font-size: 20px;
  height: 48px;
  overflow: hidden;
  color: #133260;
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art h3 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .news_index .swiper-slide .art h3 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .news_index .swiper-slide .art h3 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_index .swiper-slide .art h3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .news_index .swiper-slide .art h3 {
    font-size: 16px;
  }
}
.news_index .swiper-slide .art p {
  font-size: 16px;
  height: 78px;
  overflow: hidden;
  margin: 0.78vw 0 2.19vw;
  line-height: 26px;
  color: #777;
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_index .swiper-slide .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_index .swiper-slide .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_index .swiper-slide .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art p {
    font-size: 14px;
  }
}
.news_index .swiper-slide .art span {
  color: #133260;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .news_index .swiper-slide .art span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .news_index .swiper-slide .art span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .news_index .swiper-slide .art span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .news_index .swiper-slide .art span {
    font-size: 14px;
  }
}
@media (max-width:1680px) {
  .news_index .swiper-slide .art h3 {
    height: 42px;
  }
}
@media (max-width:1440px) {
  .news_index .swiper-slide .art h3 {
    height: 40px;
  }
}
@media (max-width:990px) {
  .news_index {
    padding: 20px;
  }
}
@media (max-width:768px) {
  .news_index .news_s {
    margin-top: 20px;
  }
  .news_index .swiper-slide .art p {
    margin: 10px 0;
    line-height: 22px;
  }
}
.quick_index {
  padding: 3.13vw 30px 5.21vw;
  overflow: hidden;
}
.quick_index .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3.13vw;
}
.quick_index .items a {
  margin: 0 3.13vw;
}
.quick_index .items a:hover p {
  color: #133260;
}
.quick_index .items a .icon {
  width: 3.646vw;
  height: 3.646vw;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 10px;
}
.quick_index .items a p {
  color: #363636;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .quick_index .items a p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .quick_index .items a p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .quick_index .items a p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .quick_index .items a p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .quick_index .items a p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .quick_index {
    padding: 20px 20px 30px;
  }
  .quick_index .items {
    margin-top: 20px;
  }
  .quick_index .items a {
    margin: 0 15px;
  }
  .quick_index .items a .icon {
    width: 40px;
    height: 40px;
  }
}
.banner_info {
  position: relative;
}
.banner_info .img {
  line-height: 0;
  opacity:1;
  height: 440px;
}
.banner_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_info .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_info .art .w1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner_info .art .w1400 .line {
  width: 60px;
  height: 2px;
  background: #ccc;
  margin-bottom: 1.04vw;
}
.banner_info .art .w1400 h2 {
  font-size: 52px;
  color: #e6e6e6;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 1680px) {
  .banner_info .art .w1400 h2 {
    font-size: 45.5px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1400 h2 {
    font-size: 39px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art .w1400 h2 {
    font-size: 34.66666667px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art .w1400 h2 {
    font-size: 27.73333333px;
  }
}
.banner_info .art .w1400 p {
  font-size: 20px;
  color: #e6e6e6;
  margin-top: 10px;
  font-weight: 500;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 1680px) {
  .banner_info .art .w1400 p {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1400 p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .banner_info .art .w1400 p {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .banner_info .art .w1400 p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .banner_info .art .w1400 p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .banner_info .art .w1400 p {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .banner_info .img {
    height: 27vh;
  }
  .banner_info .art .w1400 .line {
    margin-bottom: 15px;
  }
}
.crumbs {
  height: 52px;
  background: #e6e7e8;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
}
.crumbs .w1400 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.crumbs .w1400 i {
  margin: 0 4px;
}
.crumbs .w1400 a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'roboto_l';
  font-size: 16px;
}
@media (max-width: 1680px) {
  .crumbs .w1400 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .crumbs .w1400 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .crumbs .w1400 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .crumbs .w1400 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .crumbs .w1400 a {
    font-size: 14px;
  }
}
.crumbs.active {
  position: fixed;
  top: 0px;
}
.title_box h3 {
  font-size: 30px;
  padding-top: 30px;
  color: #333;
  font-family: 'roboto_l';
  font-weight: 600;
  position: relative;
}
@media (max-width: 1680px) {
  .title_box h3 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .title_box h3 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .title_box h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .title_box h3 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .title_box h3 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .title_box h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .title_box h3 {
    font-size: 18px;
  }
}
.title_box h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #133260;
  font-family: 'roboto_l';
  font-weight: 600;
}
@media (max-width:1440px) {
  .title_box h3 {
    padding-top: 20px;
  }
}
@media (max-width:768px) {
  .title_box h3 {
    padding-top: 25px;
    font-size: 24px;
    font-weight: 700;
  }
}
.title_box.title_box2 {
  font-size: 32px;
}
@media (max-width: 1680px) {
  .title_box.title_box2 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .title_box.title_box2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .title_box.title_box2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .title_box.title_box2 {
    font-size: 17.06666667px;
  }
}
.title_box.title_box2 .hh_date {
  color: #212529;
  font-size: 16px;
  margin-top: 50px;
}
@media (max-width: 1680px) {
  .title_box.title_box2 .hh_date {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .title_box.title_box2 .hh_date {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .title_box.title_box2 .hh_date {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .title_box.title_box2 .hh_date {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .title_box.title_box2 .hh_date {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .title_box.title_box2 .hh_date {
    margin-top: 20px;
  }
}
.about_rf0608 {
  padding-top: 50px;
}
@media (max-width:768px) {
  .about_rf0608 {
    padding-top: 40px;
  }
}
.about_list {
  margin-top: 7.29vw;
}
.about_list.about_list2 {
  margin-top: 0px;
}
.about_list li {
  margin-bottom: 2.08vw;
}
.about_list li:nth-child(2n) a .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.about_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about_list li a .left {
  width: 66%;
}
.about_list li a .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 37.8%;
  position: relative;
  overflow: hidden;
}
.about_list li a .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_list li a .right {
  width: 32%;
  background: #133260;
  font-size: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2.6vw;
}
@media (max-width: 1680px) {
  .about_list li a .right {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .about_list li a .right {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .about_list li a .right {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1024px) {
  .about_list li a .right {
    font-size: 17.06666667px;
  }
}
@media (max-width:768px) {
  .about_list {
    margin-top: 30px;
  }
  .about_list li {
    margin-bottom: 15px;
  }
  .about_list li a {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about_list li a .left {
    width: 100%;
  }
  .about_list li a .right {
    width: 100%;
    padding: 20px 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.about1_rf0608 {
  padding: 3.646vw 0 5.21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about1_rf0608 .left {
  width: 40%;
}
.about1_rf0608 .left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.85%;
  overflow: hidden;
}
.about1_rf0608 .left .imgbox > .img,
.about1_rf0608 .left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about1_rf0608 .left .imgbox img {
  object-fit: cover;
}
.about1_rf0608 .art {
  width: 54%;
  font-size: 16px;
  line-height: 1.5;
  height: 370px;
  overflow-y: auto;
  padding-right: 5px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.about1_rf0608 .art::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.about1_rf0608 .art::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.about1_rf0608 .art::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.about1_rf0608 .art p {
  margin-bottom: 16px;
}
.about1_rf0608 .art p:last-child {
  margin-bottom: 0;
}
@media (max-width:1440px) {
  .about1_rf0608 .art {
    font-size: 14px;
    height: 358px;
  }
}
@media (max-width:1366px) {
  .about1_rf0608 .art {
    height: 340px;
  }
}
@media (max-width: 1290px) {
  .about1_rf0608 .art {
    height: 305px;
  }
}
@media (max-width: 1024px) {
  .about1_rf0608 .art {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .about1_rf0608 .art {
    height: 250px;
  }
}
@media (max-width:768px) {
  .about1_rf0608 {
    padding: 35px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about1_rf0608 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about1_rf0608 .art {
    width: 100%;
    line-height: 22px;
    height: 130px;
  }
  .about1_rf0608 .art p {
    margin-bottom: 6px;
  }
}
.about2_rf0608 {
  padding: 3.13vw 0 5.21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about2_rf0608 a {
  width: calc(25% - 22.5px);
}
.about2_rf0608 a:hover .imgbox .art {
  top: 0;
}
.about2_rf0608 a:hover .imgbox .art .info {
  opacity: 1;
}
.about2_rf0608 a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 91.375%;
  position: relative;
  overflow: hidden;
}
.about2_rf0608 a .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about2_rf0608 a .imgbox .art {
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 70px);
  background: rgba(255, 255, 255, 0.65);
  padding: 20px 1.56vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about2_rf0608 a .imgbox .art h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about2_rf0608 a .imgbox .art h3 {
    font-size: 16px;
  }
}
.about2_rf0608 a .imgbox .art .info {
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1680px) {
  .about2_rf0608 a .imgbox .art {
    top: calc(100% - 60px);
  }
}
@media (max-width:1440px) {
  .about2_rf0608 a {
    width: calc(25% - 15px);
  }
  .about2_rf0608 a .imgbox .art {
    top: calc(100% - 55px);
  }
}
@media (max-width:768px) {
  .about2_rf0608 {
    padding: 35px 0 25px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .about2_rf0608 a {
    width: 100%;
    margin-bottom: 15px;
  }
  .about2_rf0608 a .imgbox .art {
    top: auto;
    padding: 20px 15px;
    height: auto;
    bottom: 0;
  }
  .about2_rf0608 a .imgbox .art .info {
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .about2_rf0608 a .imgbox .art .info::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .about2_rf0608 a .imgbox .art .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
    background-color: #999;
    border-radius: 3px;
  }
  .about2_rf0608 a .imgbox .art .info::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
  }
}
.about3_rf0608 {
  padding: 3.13vw 0 5.21vw;
}
.about3_rf0608 .about3_s1 {
  padding: 0 60px;
  position: relative;
}
.about3_rf0608 .about3_s1 .swiper-button-prev,
.about3_rf0608 .about3_s1 .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about3_rf0608 .about3_s1 .swiper-button-prev:after,
.about3_rf0608 .about3_s1 .swiper-button-next:after {
  display: none;
}
.about3_rf0608 .about3_s1 .swiper-button-prev i,
.about3_rf0608 .about3_s1 .swiper-button-next i {
  font-size: 20px;
}
.about3_rf0608 .about3_s1 .swiper-button-prev:hover,
.about3_rf0608 .about3_s1 .swiper-button-next:hover {
  color: #133260;
}
.about3_rf0608 .about3_s1 .swiper-button-prev i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.about3_rf0608 .about3_s1 .swiper {
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide {
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide p {
  text-align: center;
  font-size: 24px;
  color: #999;
  line-height: 30px;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #999;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  bottom: -5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide.swiper-slide-active p {
  font-size: 24px;
  color: #133260;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide.swiper-slide-active:before {
  bottom: -5px;
  width: 10px;
  height: 10px;
  background-color: #133260;
}
.about3_rf0608 .about3_s1 .swiper .swiper-slide.swiper-slide-active:after {
  bottom: -21px;
  width: 26px;
  height: 26px;
  border-color: #133260;
}
.about3_rf0608 .about3_s2 {
  margin-top: 30px;
  overflow: hidden;
}
.about3_rf0608 .about3_s2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_left {
  width: 41.14%;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.72%;
  overflow: hidden;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_left .imgbox > .img,
.about3_rf0608 .about3_s2 .swiper-slide .hh_left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_left .imgbox img {
  object-fit: cover;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right {
  width: 45%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
  height: 285px;
  overflow-y: auto;
  padding-right: 5px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right > div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right > div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 1.667vw;
}
@media (max-width: 1680px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right p {
    font-size: 14px;
  }
}
@media (max-width:1680px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 275px;
  }
}
@media (max-width:1440px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 260px;
  }
}
@media (max-width:1366px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 260px;
  }
}
@media (max-width: 1290px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 230px;
  }
}
@media (max-width:1024px) {
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 184px;
  }
}
@media (max-width:768px) {
  .about3_rf0608 .about3_s1 .swiper .swiper-slide:after,
  .about3_rf0608 .about3_s1 .swiper .swiper-slide::before {
    content: unset;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide i {
    width: 5px;
    height: 5px;
    border-radius: 1000px;
    background: #999;
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    transition: all 0.5s;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide i::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 1000px;
    border: 1px solid #999;
    transition: all 0.5s;
    word-break: break-all;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide i::before {
    content: '';
    position: absolute;
    border-radius: 1000px;
    border: 1px solid #999;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide-active i {
    background: #133260;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide-active i::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 1000px;
    border: 1px solid #133260;
  }
  .about3_rf0608 .about3_s1 {
    padding: 0 15px;
  }
  .about3_rf0608 .about3_s2 .swiper-slide {
    flex-direction: column;
  }
  .about3_rf0608 .about3_s2 .swiper-slide .hh_left,
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right {
    width: 100%;
  }
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right {
    margin: 0;
    border: 1px solid #eee;
    border-top: 0;
    padding: 13px 15px 20px;
  }
  .about3_rf0608 .about3_s2 .swiper-slide .hh_right > div {
    height: 130px;
  }
  .about3_rf0608 .about3_s1 .swiper-button-prev {
    left: 0;
    top: 61%;
  }
  .about3_rf0608 .about3_s1 .swiper-button-next {
    right: 0;
    top: 61%;
  }
  .about3_rf0608 {
    padding: 25px 0 15px;
  }
  .about3_rf0608 .about3_s2 {
    margin-top: 18px;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide {
    padding-bottom: 29px;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide:after {
    width: 22px;
    height: 22px;
    bottom: -11px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide:before {
    bottom: 7px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide.swiper-slide-active:after {
    bottom: -21px;
    width: 22px;
    height: 22px;
  }
  .about3_rf0608 .about3_s1 .swiper .swiper-slide.swiper-slide-active:before {
    bottom: -4px;
    width: 5px;
    height: 5px;
  }
  .about3_rf0608 .about3_s1 .swiper-button-prev i,
  .about3_rf0608 .about3_s1 .swiper-button-next i {
    font-size: 18px;
  }
}
.go-top-area {
  position: relative;
  z-index: 999;
}
.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #fff;
  background-color: #133260;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .go-top-area .go-top {
    transition: none;
  }
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .go-top-area .go-top i {
    transition: none;
  }
}
.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #133260;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .go-top-area .go-top::before {
    transition: none;
  }
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}
@media (min-width: 992px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
@media (min-width: 768px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #133260;
  border-radius: 0;
}
.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #133260;
  border-radius: 0;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.rfgd616_newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.rfgd616_newsList.rfgd616_newsd_List {
  margin-top: 2.604vw;
}
.rfgd616_newsList > li {
  width: 24%;
  margin-right: 1.33%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.rfgd616_newsList > li:nth-of-type(4n+4) {
  margin-right: 0;
}
.rfgd616_newsList > li .imgbox {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.rfgd616_newsList > li .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rfgd616_newsList > li .art {
  padding: 20px 20px 23px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rfgd616_newsList > li .art > span,
.rfgd616_newsList > li .art > p {
  color: #777;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_newsList > li .art > span,
  .rfgd616_newsList > li .art > p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList > li .art > span,
  .rfgd616_newsList > li .art > p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList > li .art > span,
  .rfgd616_newsList > li .art > p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList > li .art > span,
  .rfgd616_newsList > li .art > p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList > li .art > span,
  .rfgd616_newsList > li .art > p {
    font-size: 14px;
  }
}
.rfgd616_newsList > li .art > h3 {
  color: #212529;
  margin-top: 12px;
  margin-bottom: 0.781vw;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 22px;
  height: 48px;
}
@media (max-width: 1680px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList > li .art > h3 {
    font-size: 16px;
  }
}
.rfgd616_newsList > li .art > p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.rfgd616_newsList > li .art a {
  margin-top: 1.198vw;
}
.rfgd616_newsList.rfgd616_apmn > li:hover h3,
.rfgd616_newsList.rfgd616_apmn > li:hover p {
  color: #133260;
}
.rfgd616_newsList.rfgd616_apmn > li .art {
  padding: 20px;
}
.rfgd616_newsList.rfgd616_apmn > li .art h3 {
  margin-top: 0;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.rfgd616_newsList.rfgd616_apmn > li .art p {
  transition: all 0.5s;
}
.rfgd616_newsList.rfgd616_ctcomList {
  margin-top: 30px;
}
.rfgd616_newsList.rfgd616_ctcomList > li {
  margin-right: 2.16%;
  flex: 0 0 48.92%;
  box-shadow: unset;
}
.rfgd616_newsList.rfgd616_ctcomList > li:nth-of-type(2n+2) {
  margin-right: 0;
}
.rfgd616_newsList.rfgd616_ctcomList > li .imgbox_b {
  padding-bottom: 70.8%;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art {
  background: #f7f7f7;
  padding: 25px 20px 23px;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art > div img {
  width: 1.302vw;
  min-width: 18px;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
  font-size: 22px;
  color: #133260;
  margin-left: 8px;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div h2 {
    font-size: 16px;
  }
}
.rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    font-size: 16px;
  }
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 122px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #999;
  background-color: #999;
  border-radius: 3px;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
  width: 100%;
  font-size: 16px;
  margin-right: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p {
    font-size: 14px;
  }
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info p:nth-last-child(1) {
  margin-bottom: 0;
}
.rfgd616_newsList.rfgd616_ctcomList > li .art .info p span {
  font-size: 16px!important;
}
@media (max-width:1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .art .info p span {
    font-size: 14px!important;
  }
}
.rfgd616_newsList.rfgd616_ctfcoList li {
  width: 31.2%;
  margin-right: 3.2%;
}
.rfgd616_newsList.rfgd616_ctfcoList li:nth-of-type(3n+3) {
  margin-right: 0;
}
.rfgd616_newsList.rfgd616_ctfcoList li .art {
  background: #e4e4e4;
}
.rfgd616_newsList.rfgd616_ctfcoList li .art h3 {
  -webkit-line-clamp: 1;
}
.rfgd616_newsList.rfgd616_ctfcoList li .art .btn_a.btn_a2 {
  border-color: #fff;
}
.rfgd616_newsList.rfgd616_proList li {
  background: #e6e7e8;
  box-shadow: unset;
}
.rfgd616_newsList.rfgd616_proList .art {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rfgd616_newsList.rfgd616_proList .art h3 {
  -webkit-line-clamp: 1;
  height: auto;
}
.rfgd616_newsList.rfgd616_proList .art > div {
  -webkit-line-clamp: unset;
  height: 100px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.rfgd616_newsList.rfgd616_proList .art > div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_newsList.rfgd616_proList .art > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.rfgd616_newsList.rfgd616_proList .art > div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.rfgd616_newsList.rfgd616_proList .art > div p,
.rfgd616_newsList.rfgd616_proList .art > div span {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proList .art > div p,
  .rfgd616_newsList.rfgd616_proList .art > div span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_proList .art > div p,
  .rfgd616_newsList.rfgd616_proList .art > div span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_proList .art > div p,
  .rfgd616_newsList.rfgd616_proList .art > div span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_proList .art > div p,
  .rfgd616_newsList.rfgd616_proList .art > div span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proList .art > div p,
  .rfgd616_newsList.rfgd616_proList .art > div span {
    font-size: 14px;
  }
}
.rfgd616_newsList.rfgd616_proList .art a {
  border-color: #fff;
}
.rfgd616_newsList.rfgd616_proContList {
  margin-top: 2.865vw;
}
.rfgd616_newsList.rfgd616_proContList > li {
  flex: 0 0 47.85%;
  margin-left: 1.07%;
}
.rfgd616_newsList.rfgd616_proContList > li:nth-of-type(2n+2) {
  margin-left: 0;
}
.rfgd616_newsList.rfgd616_proContList > li .imgbox_b {
  padding-bottom: 75.9%;
}
.rfgd616_newsList.rfgd616_proContList > li .art {
  background: transparent;
  padding: 18px 20px 23px;
}
.rfgd616_newsList.rfgd616_proContList > li .art h4 {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_proContList > li .art h4 {
    font-size: 16px;
  }
}
.rfgd616_newsList.rfgd616_proContList > li .art div {
  line-height: 1.5;
  max-height: 120px;
  overflow-y: auto;
  align-items: flex-start;
  font-size: 16px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proContList > li .art div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_newsList.rfgd616_proContList > li .art div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_newsList.rfgd616_proContList > li .art div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_newsList.rfgd616_proContList > li .art div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proContList > li .art div {
    font-size: 14px;
  }
}
.rfgd616_newsList.rfgd616_proContList > li .art div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_newsList.rfgd616_proContList > li .art div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.rfgd616_newsList.rfgd616_proContList > li .art div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
@media (max-width: 1680px) {
  .rfgd616_newsList.rfgd616_proList .art > div {
    height: 88px;
  }
  .rfgd616_newsList > li .art > h3 {
    height: 40px;
  }
  .rfgd616_newsList > li .art > p {
    height: 66px;
  }
}
@media (max-width:1440px) {
  .rfgd616_newsList.rfgd616_ctcomList > li .imgbox_b {
    padding-bottom: 55%;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li .art > ul {
    height: 130px;
  }
}
@media (max-width:768px) {
  .rfgd616_newsList {
    margin-top: 20px;
  }
  .rfgd616_newsList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .rfgd616_newsList li .art > h3 {
    margin-bottom: 15px;
  }
  .rfgd616_newsList > li .art a {
    margin-top: 23px;
  }
  .rfgd616_newsList li .art > p,
  .rfgd616_newsList li .art > span {
    font-size: 14px;
  }
  .rfgd616_newsList li .art > h3 {
    font-weight: 600;
    line-height: 1.4;
  }
  .rfgd616_newsList.rfgd616_newsd_List {
    margin-top: 18px;
  }
  .rfgd616_newsList.rfgd616_proList .art > div {
    height: 80px;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li {
    flex: 0 0 100%;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li .art > div img {
    width: 16px;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li .art > ul li {
    margin-bottom: 12px;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li .art h3 {
    margin-top: 10px;
  }
  .rfgd616_newsList.rfgd616_ctcomList > li .art {
    padding: 20px 20px 17px;
  }
  .rfgd616_newsList.rfgd616_ctfcoList li {
    width: 100%;
    margin-right: 0;
  }
  .rfgd616_newsList.rfgd616_ctfcoList li .art h3 {
    -webkit-line-clamp: 2;
    margin-top: 0;
    margin-bottom: 0;
  }
  .rfgd616_newsList.rfgd616_ctfcoList li .art a {
    margin-top: 18px;
  }
  .rfgd616_newsList.rfgd616_proContList {
    margin-top: 30px;
  }
  .rfgd616_newsList.rfgd616_proContList > li .art {
    border: 1px solid #eee;
    border-top: 0;
    padding: 16px 15px 19px;
  }
  .rfgd616_newsList.rfgd616_proContList > li {
    margin-left: 0;
  }
}
.rfgd616_news {
  padding-top: 50px;
}
@media (max-width:768px) {
  .rfgd616_news {
    padding-top: 40px;
  }
}
.rfgd616_news .hh_div {
  width: 100%;
  margin-top: 2.396vw;
  margin-bottom: 4.323vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media (max-width:768px) {
  .rfgd616_news .hh_div {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width:1440px) {
  .rfgd616_news.rfgd616_news_more {
    padding-top: 40px;
  }
}
.rfgd616_news_d {
  padding: 50px 0;
}
.rfgd616_news_d .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_news_d .hh_w .hh_left {
  width: 31.9%;
  margin-right: 2.969vw;
}
.rfgd616_news_d .hh_w .hh_right {
  width: 57.5%;
  word-break: break-all;
}
.rfgd616_news_d .hh_w .hh_right p {
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_news_d .hh_w .hh_right p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_news_d .hh_w .hh_right p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_news_d .hh_w .hh_right p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_news_d .hh_w .hh_right p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_news_d .hh_w .hh_right p {
    font-size: 14px;
  }
}
.rfgd616_news_d .hh_w .hh_right p img {
  object-fit: cover;
}
@media (max-width:1440px) {
  .rfgd616_news_d {
    padding-bottom: 40px;
  }
}
@media (max-width:768px) {
  .rfgd616_news_d {
    padding-top: 40px;
    padding-bottom: 12px;
  }
  .rfgd616_news.rfgd616_news_more {
    padding-top: 12px;
  }
  .rfgd616_news_d .hh_w {
    flex-direction: column;
  }
  .rfgd616_news_d .hh_w .hh_left,
  .rfgd616_news_d .hh_w .hh_right {
    width: 100%;
  }
  .rfgd616_news_d .hh_w .hh_right {
    margin-top: 20px;
  }
  .rfgd616_news_d .hh_w .hh_left .hh_title h3 {
    font-size: 18px;
  }
}
.hh_tipsBox {
  padding-top: 45px;
}
.hh_tips p {
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .hh_tips p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_tips p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_tips p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_tips p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_tips p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .hh_tipsBox {
    padding-top: 35px;
  }
  .hh_tips {
    max-height: 108px;
    overflow-y: auto;
    margin-top: 15px;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .hh_tips::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .hh_tips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .hh_tips::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #133260;
    background-color: #133260;
  }
}
.rfgd616_apmnbl {
  padding-top: 50px;
  padding-bottom: 2.604vw;
}
.rfgd616_apmnbl ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.083vw;
}
.rfgd616_apmnbl ul li .hh_left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rfgd616_apmnbl ul li .hh_left h3 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #212529;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    font-size: 16px;
  }
}
.rfgd616_apmnbl ul li .hh_left > div {
  max-height: 215px;
  overflow-y: auto;
  padding-right: 5px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.rfgd616_apmnbl ul li .hh_left > div p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl ul li .hh_left > div p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl ul li .hh_left > div p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl ul li .hh_left > div p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl ul li .hh_left > div p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl ul li .hh_left > div p {
    font-size: 14px;
  }
}
.rfgd616_apmnbl ul li .hh_left > div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_apmnbl ul li .hh_left > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.rfgd616_apmnbl ul li .hh_left > div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.rfgd616_apmnbl ul li .hh_right {
  position: relative;
  width: 40.35%;
  height: 0;
  padding-bottom: 26.42%;
  overflow: hidden;
}
.rfgd616_apmnbl ul li .hh_right > .img,
.rfgd616_apmnbl ul li .hh_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rfgd616_apmnbl ul li .hh_right.imgbox_b::before {
  top: -20.175%;
}
.rfgd616_apmnbl ul li .hh_right img {
  object-fit: cover;
  transition: all 0.8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rfgd616_apmnbl .hh_apCont {
  width: 68%;
  padding-top: 2.865vw;
}
.rfgd616_apmnbl .hh_apCont h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl .hh_apCont h4 {
    font-size: 16px;
  }
}
.rfgd616_apmnbl .hh_apCont p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .hh_apCont p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl .hh_apCont p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl .hh_apCont p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl .hh_apCont p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .hh_apCont p {
    font-size: 14px;
  }
}
.rfgd616_apmnbl .hh_apCont p img {
  object-fit: cover;
}
.rfgd616_apmnbl .rptbBox {
  margin-top: 5.208vw;
}
.rfgd616_apmnbl .rptbBox table {
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(219, 229, 236, 0.6);
  margin-top: 30px;
  table-layout: fixed;
}
.rfgd616_apmnbl .rptbBox table th,
.rfgd616_apmnbl .rptbBox table td {
  border: 0;
  text-align: center;
  padding: 20px 20px;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .rptbBox table th,
  .rfgd616_apmnbl .rptbBox table td {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl .rptbBox table th,
  .rfgd616_apmnbl .rptbBox table td {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl .rptbBox table th,
  .rfgd616_apmnbl .rptbBox table td {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl .rptbBox table th,
  .rfgd616_apmnbl .rptbBox table td {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl .rptbBox table th,
  .rfgd616_apmnbl .rptbBox table td {
    font-size: 14px;
  }
}
.rfgd616_apmnbl .rptbBox table th:nth-of-type(1),
.rfgd616_apmnbl .rptbBox table td:nth-of-type(1) {
  width: 18.14%;
}
.rfgd616_apmnbl .rptbBox table th:nth-of-type(2),
.rfgd616_apmnbl .rptbBox table td:nth-of-type(2) {
  width: 24.14%;
}
.rfgd616_apmnbl .rptbBox table th:nth-of-type(3),
.rfgd616_apmnbl .rptbBox table td:nth-of-type(3) {
  width: 45.71%;
}
.rfgd616_apmnbl .rptbBox table th:nth-of-type(4),
.rfgd616_apmnbl .rptbBox table td:nth-of-type(4) {
  width: 12.01%;
  padding: 20px 15px;
}
.rfgd616_apmnbl .rptbBox table td {
  border-bottom: 1px solid #eee;
}
.rfgd616_apmnbl .rptbBox table td:nth-of-type(1) img {
  object-fit: cover;
  width: 100%;
}
.rfgd616_apmnbl.rfgd616_abtl {
  padding-top: 45px;
}
.rfgd616_apmnbl.rfgd616_abtl h3 {
  font-weight: bold;
}
.rfgd616_apmnbl.rfgd616_abtl ul {
  margin-top: 45px;
}
.rfgd616_apmnbl.rfgd616_abra ul {
  margin-top: 3.646vw;
}
.rfgd616_apmnbl.rfgd616_abra ul li {
  margin-bottom: 3.385vw;
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_left {
  width: 54%;
  justify-content: flex-start;
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_left h3 {
  margin-bottom: 2.865vw;
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
  max-height: 320px;
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
  font-size: 22px;
  color: #212529;
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div h4 {
    font-size: 16px;
  }
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div p {
  margin-bottom: 20px;
}
.rfgd616_apmnbl.rfgd616_abra ul li .hh_right {
  padding-bottom: 28.9%;
}
.rfgd616_apmnbl.rfgd616_abft {
  padding-top: 2.604vw;
}
.rfgd616_apmnbl.rfgd616_abft ul {
  margin-top: 3.281vw;
}
.rfgd616_apmnbl.rfgd616_abft ul li .hh_left {
  width: 54%;
}
.rfgd616_apmnbl.rfgd616_abft ul li .hh_right {
  padding-bottom: 28.9%;
}
.rfgd616_apmnbl.rfgd616_pro2cont li {
  margin-bottom: 0;
}
.rfgd616_apmnbl.rfgd616_pro2cont li .hh_left > div {
  max-height: unset;
  overflow-y: unset;
}
.rfgd616_apmnbl.rfgd616_apl .hh_apCont {
  width: 66%;
}
@media (max-width:1440px) {
  .rfgd616_apmnbl ul li .hh_left h3 {
    margin-bottom: 20px;
  }
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(4),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(4) {
    padding: 20px 10px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left h3 {
    margin-bottom: 25px;
  }
}
@media (max-width:1366px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
    max-height: 298px;
  }
}
@media (max-width: 1290px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
    max-height: 280px;
  }
}
@media (max-width: 1259px) {
  .rfgd616_apmnbl ul li .hh_left div {
    max-height: 160px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
    max-height: 262px;
  }
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(3),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(3) {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left h3 {
    font-size: 18px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
    max-height: 220px;
  }
}
@media (max-width:768px) {
  .rfgd616_apmnbl {
    padding: 40px 0 20px;
    overflow: hidden;
  }
  .rfgd616_apmnbl.rfgd616_apl {
    padding-bottom: 0;
  }
  .rfgd616_apmnbl ul li {
    flex-direction: column;
    margin-bottom: 18px;
  }
  .rfgd616_apmnbl ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .rfgd616_apmnbl ul li .hh_right,
  .rfgd616_apmnbl ul li .hh_left {
    width: 100%;
  }
  .rfgd616_apmnbl ul li .hh_right {
    order: 0;
    padding-bottom: 65.47%;
  }
  .rfgd616_apmnbl ul li .hh_left {
    order: 1;
    padding: 25px 15px 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .rfgd616_apmnbl ul li .hh_left div {
    max-height: 130px;
  }
  .rfgd616_apmnbl ul li .hh_left h3 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .rfgd616_apmnbl ul li .hh_left h3::before {
    content: '';
    position: absolute;
    top: 0;
    width: 35px;
    height: 1px;
    background: #133260;
  }
  .rfgd616_apmnbl .hh_apCont,
  .rfgd616_apmnbl.rfgd616_apl .hh_apCont {
    width: 100%;
    padding-top: 30px;
  }
  .rfgd616_apmnbl .hh_apCont h4 {
    line-height: 1.4;
  }
  .rfgd616_apmnbl .hh_apCont p,
  .rfgd616_apmnbl .hh_apCont h4 {
    margin-bottom: 15px;
  }
  .rfgd616_apmnbl.rfgd616_abtl ul {
    margin-top: 25px;
  }
  .rfgd616_apmnbl .rptbBox {
    margin-top: 60px;
  }
  .rfgd616_apmnbl .rptbBox .hh_tbBox {
    overflow-x: auto;
  }
  .rfgd616_apmnbl .rptbBox table {
    margin-top: 20px;
  }
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(1),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(1),
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(2),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(2),
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(3),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(3),
  .rfgd616_apmnbl .rptbBox table th:nth-of-type(4),
  .rfgd616_apmnbl .rptbBox table td:nth-of-type(4) {
    width: 135px;
    padding: 15px 15px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left,
  .rfgd616_apmnbl.rfgd616_abft ul li .hh_left {
    width: 100%;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li {
    margin-bottom: 18px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left > div {
    max-height: 130px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left {
    padding: 20px 15px 20px;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left h3 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-top: 0;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_left h3::before {
    top: unset;
    bottom: 0;
  }
  .rfgd616_apmnbl.rfgd616_abra ul li .hh_right,
  .rfgd616_apmnbl.rfgd616_abft ul li .hh_right {
    padding-bottom: 65.47%;
  }
  .rfgd616_apmnbl.rfgd616_abft {
    padding-top: 0;
  }
  .rfgd616_apmnbl.rfgd616_abra {
    padding-top: 23px;
  }
  .rfgd616_apmnbl.rfgd616_pro2cont {
    padding-top: 20px;
  }
  .rfgd616_apmnbl.rfgd616_pro2cont ul li .hh_left {
    padding: 18px 0px 15px;
    border: 0;
  }
  .rfgd616_apmnbl.rfgd616_pro2cont li .hh_left > div {
    max-height: 130px;
    overflow-y: auto;
  }
  .rfgd616_apmnbl.rfgd616_pro1cont ul li .hh_left {
    border: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rfgd616_join {
  padding: 50px 0 1.563vw;
}
.rfgd616_join .hh_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.rfgd616_join .hh_box1 .hh_div {
  width: 48.92%;
  margin-bottom: 50px;
}
.rfgd616_join .hh_box1 .hh_div:hover img {
  transform: scale(1.05);
}
.rfgd616_join .hh_box1 .hh_div div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74.89%;
  overflow: hidden;
}
.rfgd616_join .hh_box1 .hh_div div > .img,
.rfgd616_join .hh_box1 .hh_div div img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rfgd616_join .hh_box1 .hh_div div img {
  object-fit: cover;
  transition: all 0.8s;
}
.rfgd616_join .hh_box1 .hh_div div h3 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 5;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_join .hh_box1 .hh_div div h3 {
    font-size: 16px;
  }
}
.rfgd616_join .hh_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 50px;
}
.rfgd616_join .hh_box2 .hh_left {
  width: 65.92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_join .hh_box2 .hh_left:hover img {
  transform: scale(1.05);
}
.rfgd616_join .hh_box2 .hh_left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 37.91%;
  overflow: hidden;
}
.rfgd616_join .hh_box2 .hh_left .imgbox > .img,
.rfgd616_join .hh_box2 .hh_left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rfgd616_join .hh_box2 .hh_left .imgbox img {
  object-fit: cover;
  transition: all 0.8s;
}
.rfgd616_join .hh_box2 .hh_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 31.85%;
  background: #133260;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.rfgd616_join .hh_box2 .hh_right:hover h3 {
  color: #d9d9d9;
}
.rfgd616_join .hh_box2 .hh_right h3 {
  font-size: 26px;
  font-weight: bold;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_join .hh_box2 .hh_right h3 {
    font-size: 16px;
  }
}
.rfgd616_join .hh_box2 .hh_right div {
  max-height: 100px;
  margin-top: 7px;
  overflow-y: auto;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  font-size: 16px;
  line-height: 1.57;
  white-space: nowrap;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box2 .hh_right div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_join .hh_box2 .hh_right div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_join .hh_box2 .hh_right div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_join .hh_box2 .hh_right div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_join .hh_box2 .hh_right div {
    font-size: 14px;
  }
}
.rfgd616_join .hh_box2 .hh_right div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_join .hh_box2 .hh_right div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #999;
  background-color: #999;
  border-radius: 3px;
}
.rfgd616_join .hh_box2 .hh_right div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}
@media (max-width:1440px) {
  .rfgd616_join .hh_box1 .hh_div,
  .rfgd616_join .hh_box2 {
    margin-bottom: 40px;
  }
}
@media (max-width:768px) {
  .rfgd616_join {
    padding: 40px 0 0;
  }
  .rfgd616_join .hh_box1 .hh_div {
    width: 100%;
  }
  .rfgd616_join .hh_box1,
  .rfgd616_join .hh_box2 {
    flex-direction: column;
  }
  .rfgd616_join .hh_box1 .hh_div div h3 {
    left: 20px;
    bottom: 20px;
  }
  .rfgd616_join .hh_box1 .hh_div,
  .rfgd616_join .hh_box2 {
    margin-bottom: 18px;
  }
  .rfgd616_join .hh_box2 .hh_left,
  .rfgd616_join .hh_box2 .hh_right {
    width: 100%;
  }
  .rfgd616_join .hh_box2 .hh_left .imgbox {
    padding-bottom: 50%;
  }
  .rfgd616_join .hh_box2 .hh_right {
    padding: 20px 20px 15px;
  }
}
.contact3 {
  margin-top: 50px;
}
.contact3 ul.ul1 {
  border-top: 1px solid #e8e8e8;
}
.contact3 ul.ul1 li {
  border-bottom: 1px solid #eeeeee;
}
.contact3 ul.ul1 li a.a1,
.contact3 ul.ul1 li p.p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
}
.contact3 ul.ul1 li a.a1 i,
.contact3 ul.ul1 li p.p2 i {
  font-size: 18px;
  color: #666666;
  font-style: normal;
  width: 16.66%;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact3 ul.ul1 li a.a1 i:last-child,
.contact3 ul.ul1 li p.p2 i:last-child {
  width: 14%;
}
.contact3 ul.ul1 li a.a1 i .hh_img_a,
.contact3 ul.ul1 li p.p2 i .hh_img_a {
  display: none;
}
.contact3 ul.ul1 li a.a1.on {
  background: #f5f5f7;
}
.contact3 ul.ul1 li a.a1.on .hh_img {
  display: none;
}
.contact3 ul.ul1 li a.a1.on .hh_img_a {
  display: block;
}
.contact3 ul.ul1 li p.p2 {
  background: #133260;
}
.contact3 ul.ul1 li p.p2 i {
  font-size: 20px;
  color: #fff;
}
.contact3 ul.ul1 li .art {
  padding: 0 4.68vw;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.contact3 ul.ul1 li .art.on {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
  padding: 35px 4.68vw;
}
.contact3 ul.ul1 li .art .left {
  width: 80%;
}
.contact3 ul.ul1 li .art .tdjl {
  width: 206px;
  height: 53px;
  max-width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding: 0 1.3vw;
  background: #133260;
  transition: all 0.2s;
}
.contact3 ul.ul1 li .art .tdjl:hover {
  padding: 0 1.5vw;
}
.contact3 ul.ul1 li .art .box:nth-child(2) {
  margin: 25px 0;
}
.contact3 ul.ul1 li .art h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.contact3 ul.ul1 li .art h3:nth-child(2) {
  margin: 4.167vw 0;
}
.contact3 ul.ul1 li .art p {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .contact3 ul.ul1 li .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul.ul1 li .art p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .contact3 ul.ul1 li .art p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .contact3 ul.ul1 li .art p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .contact3 ul.ul1 li .art p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .contact3 ul.ul1 li p.p2 i {
    font-size: 16px;
  }
  .contact3 ul.ul1 li a.a1 i {
    font-size: 14px;
  }
  .contact3 ul.ul1 li .art {
    font-size: 14px;
    line-height: 26px;
  }
  .contact3 ul.ul1 li .art h3 {
    font-size: 14px;
  }
  .contact3 ul.ul1 li .art .tdjl {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .contact3 ul.ul1 li .art .tdjl {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact3 ul.ul1 li .art.on {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact3 {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .contact3 ul.ul1 {
    margin-bottom: 25px;
  }
  .contact3 ul.ul1 li .art p {
    font-size: 14px;
  }
  .contact3 .p1 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.57;
  }
  .contact3 ul.ul1 li .art .box:nth-child(2) {
    margin-top: 15px;
  }
  .contact3 ul.ul1 li a.a1,
  .contact3 ul.ul1 li p.p2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact3 ul.ul1 li a.a1 i,
  .contact3 ul.ul1 li p.p2 i {
    display: none;
  }
  .contact3 ul.ul1 li a.a1 i:nth-of-type(2),
  .contact3 ul.ul1 li p.p2 i:nth-of-type(2) {
    width: 49%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
  }
  .contact3 ul.ul1 li a.a1 i:last-child,
  .contact3 ul.ul1 li p.p2 i:last-child {
    width: 40%;
    text-align: right;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
  .contact3 ul.ul1 li .art {
    padding: 0 15px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contact3 ul.ul1 li .art .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact3 ul.ul1 li .art .tdjl {
    max-width: 100%;
    width: auto;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 13px;
  }
  .contact3 ul.ul1 li .art .tdjl i {
    margin-left: 10px;
  }
  .contact3 .mytitle h2 {
    padding-bottom: 13px;
  }
  .contact3 ul.ul1 li a.a1 i .hh_img,
  .contact3 ul.ul1 li a.a1.on .hh_img_a {
    width: 25px;
  }
}
.rfgd616_form {
  padding: 50px 0 2.604vw;
}
.rfgd616_form .hh_form {
  margin-top: 50px;
}
.rfgd616_form .hh_form .hh_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.rfgd616_form .hh_form .hh_div .hh_input {
  width: 49%;
}
.rfgd616_form .hh_form .hh_div .hh_input1 {
  width: 100%;
}
.rfgd616_form .hh_form input,
.rfgd616_form .hh_form textarea,
.rfgd616_form .hh_form select {
  width: 100%;
  height: 100%;
  background: #f5f7f9;
  border: 0px solid #e6eaf0;
  border-radius: 0px;
  height: 50px;
  padding: 0 15px;
  margin-top: 20px;
  transition: all 0.15s;
  font-size: 16px;
  font-family: 'aa';
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.rfgd616_form .hh_form input:focus,
.rfgd616_form .hh_form textarea:focus,
.rfgd616_form .hh_form select:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 61, 134, 0.25);
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    font-size: 14px;
  }
}
.rfgd616_form .hh_form input::-webkit-input-placeholder,
.rfgd616_form .hh_form textarea::-webkit-input-placeholder,
.rfgd616_form .hh_form select::-webkit-input-placeholder {
  color: #a0a4ae;
}
.rfgd616_form .hh_form input:-moz-placeholder,
.rfgd616_form .hh_form textarea:-moz-placeholder,
.rfgd616_form .hh_form select:-moz-placeholder {
  color: #a0a4ae;
}
.rfgd616_form .hh_form input::-moz-placeholder,
.rfgd616_form .hh_form textarea::-moz-placeholder,
.rfgd616_form .hh_form select::-moz-placeholder {
  color: #a0a4ae;
}
.rfgd616_form .hh_form input:-ms-input-placeholder,
.rfgd616_form .hh_form textarea:-ms-input-placeholder,
.rfgd616_form .hh_form select:-ms-input-placeholder {
  color: #a0a4ae;
}
.rfgd616_form .hh_form textarea {
  height: 170px;
  padding: 15px;
}
.rfgd616_form .hh_form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #495057;
}
.rfgd616_form .hh_form label {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form label {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_form .hh_form label {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_form .hh_form label {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_form .hh_form label {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form label {
    font-size: 16px;
  }
}
.rfgd616_form .hh_form label::after {
  content: "*";
  color: #d00;
  margin-left: 5px;
}
.rfgd616_form .hh_form .hh_textarea {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.rfgd616_form .hh_form .form_btns button {
  background: #133260;
  color: #fff;
  font-size: 16px;
  width: 7.813vw;
  min-width: 130px;
  height: 2.604vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form .form_btns button {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_form .hh_form .form_btns button {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_form .hh_form .form_btns button {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_form .hh_form .form_btns button {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_form .hh_form .form_btns button {
    font-size: 14px;
  }
}
.rfgd616_form .hh_form .form_btns button:hover {
  background-color: #33316c;
}
.rfgd616_form.rfgd616_proForm {
  padding-top: 4.167vw;
}
.rfgd616_form.rfgd616_proForm .hh_form {
  margin-top: 2.083vw;
}
.rfgd616_form.rfgd616_proForm .title_box h3 {
  color: #133260;
  padding-top: 0;
}
.rfgd616_form.rfgd616_proForm .title_box h3::before {
  content: unset;
}
.rfgd616_form.rfgd616_proForm .title_box p {
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin-top: 0.625vw;
}
@media (max-width: 1680px) {
  .rfgd616_form.rfgd616_proForm .title_box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_form.rfgd616_proForm .title_box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_form.rfgd616_proForm .title_box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_form.rfgd616_proForm .title_box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_form.rfgd616_proForm .title_box p {
    font-size: 14px;
  }
}
@media (max-width:1440px) {
  .rfgd616_form .hh_form .hh_div {
    margin-bottom: 35px;
  }
  .rfgd616_form .hh_form .hh_textarea {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .rfgd616_form,
  .rfgd616_form.rfgd616_proForm {
    padding: 35px 0 40px;
  }
  .rfgd616_form .hh_form {
    margin-top: 20px;
  }
  .rfgd616_form .hh_form .hh_div .hh_input,
  .rfgd616_form .hh_form .hh_textarea {
    border: 1px solid #e6eaf0;
  }
  .rfgd616_form .hh_form .hh_div .hh_input {
    padding: 0;
    border: 0;
  }
  .rfgd616_form .hh_form .hh_div {
    margin-bottom: 25px;
  }
  .rfgd616_form .hh_form .hh_div .hh_input {
    width: 48.5%;
  }
  .rfgd616_form .hh_form .hh_div .hh_input1 {
    width: 100%;
  }
  .rfgd616_form .hh_form .hh_textarea {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .rfgd616_form .hh_form input,
  .rfgd616_form .hh_form textarea,
  .rfgd616_form .hh_form select {
    height: 40px;
    font-size: 13px;
    margin-top: 15px;
  }
  .rfgd616_form .hh_form label {
    font-size: 14px;
  }
  .rfgd616_form .hh_form .form_btns button {
    width: 130px;
    height: 40px;
    font-size: 13px;
  }
  .rfgd616_form .hh_form .hh_textarea {
    border: 0;
    padding: 0;
    margin-bottom: 25px;
  }
  .rfgd616_form .hh_form textarea {
    height: 150px;
  }
  .rfgd616_form.rfgd616_proForm .hh_form {
    margin-top: 20px;
  }
  .rfgd616_form.rfgd616_proForm .title_box p {
    margin-top: 8px;
  }
}
.rfgd616_ctus {
  margin-top: 2.604vw;
  margin-bottom: 2.604vw;
}
.rfgd616_ctus .ho h4 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 1680px) {
  .rfgd616_ctus .ho h4 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ctus .ho h4 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ctus .ho h4 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ctus .ho h4 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ctus .ho h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ctus .ho h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ctus .ho h4 {
    font-size: 16px;
  }
}
.rfgd616_ctus .ho .addrs {
  font-size: 16px;
  margin: 20px 0;
}
@media (max-width: 1680px) {
  .rfgd616_ctus .ho .addrs {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ctus .ho .addrs {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ctus .ho .addrs {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ctus .ho .addrs {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ctus .ho .addrs {
    font-size: 14px;
  }
}
.rfgd616_ctus .ho li {
  margin-bottom: 22px;
}
.rfgd616_ctus .ho li .hh_mail {
  transition: all 0.5s;
}
.rfgd616_ctus .ho li .hh_mail:hover {
  color: #133260;
}
.rfgd616_ctus #map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 32.5%;
  cursor: pointer;
  overflow: hidden;
}
.rfgd616_ctus #map:hover > .img, .rfgd616_ctus #map:hover img {
    transform: scale(1.05);
}
.rfgd616_ctus #map > .img,
.rfgd616_ctus #map img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.rfgd616_ctus #map img {
  object-fit: cover;
}
.rfgd616_ctus #mapDiv{
    height:500px;width:100%;
}

@media (max-width:768px) {
.rfgd616_ctus #mapDiv{
    height:350px;width:100%;
}
  .rfgd616_ctus {
    margin-top: 0;
    margin-bottom: 0;
  }
  .rfgd616_ctus .ho h4 {
    font-size: 18px;
    margin-top: 20px;
  }
  .rfgd616_ctus .ho .addrs {
    margin-top: 15px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .rfgd616_ctus .ho li {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .rfgd616_ctus .ho li a,
  .rfgd616_ctus .ho li {
    font-size: 14px;
  }
  .rfgd616_ctus #map {
    padding-bottom: 60%;
  }
}
.hh_describe {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 1.302vw;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .hh_describe {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .hh_describe {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .hh_describe {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .hh_describe {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .hh_describe {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .hh_describe {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.rfgd616_slideBox {
  padding-top: 2.604vw;
}
.rfgd616_slideBox .rfgd616_slide {
  margin-bottom: 2.604vw;
}
.rfgd616_slideBox .rfgd616_slide .hh_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-bottom: 23px;
  align-items: center;
  position: relative;
  padding-top: 25px;
}
.rfgd616_slideBox .rfgd616_slide .hh_title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: #333;
  top: 0;
}
.rfgd616_slideBox .rfgd616_slide .hh_title.on i {
  transform: rotate(90deg);
}
.rfgd616_slideBox .rfgd616_slide .hh_title h2,
.rfgd616_slideBox .rfgd616_slide .hh_title h4 {
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 1680px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 16px;
  }
}
.rfgd616_slideBox .rfgd616_slide .hh_title i {
  font-size: 1.563vw;
  color: #363636;
  transition: all 0.5s;
}
.rfgd616_slideBox .rfgd616_slide .hh_art {
  display: none;
}
.rfgd616_slideBox.rfgd616_proSlidebox {
  padding-bottom: 1.563vw;
}
.rfgd616_slideBox.rfgd616_proSlidebox .title_box {
  margin-bottom: 1.042vw;
}
.rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
  line-height: 1.5;
  margin-top: 14px;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_slideBox.rfgd616_proSlidebox .title_box p {
    font-size: 14px;
  }
}
.rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide {
  margin-bottom: 0px;
}
.rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide .hh_title {
  padding-top: 1.563vw;
}
.rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide .hh_title::before {
  content: unset;
}
.rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide .hh_btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media (max-width:1440px) {
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .rfgd616_slideBox {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .rfgd616_slideBox .rfgd616_slide .hh_title h2,
  .rfgd616_slideBox .rfgd616_slide .hh_title h4 {
    font-size: 18px;
  }
  .rfgd616_slideBox .rfgd616_slide .hh_title {
    padding-bottom: 12px;
    padding-top: 14px;
  }
  .rfgd616_slideBox .rfgd616_slide .hh_title i {
    font-size: 20px;
  }
  .rfgd616_slideBox .rfgd616_slide {
    margin-bottom: 35px;
  }
  .rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide .hh_title {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .rfgd616_slideBox.rfgd616_proSlidebox {
    padding-bottom: 15px;
  }
  .rfgd616_slideBox.rfgd616_proSlidebox .rfgd616_slide .hh_btnBox {
    margin-bottom: 15px;
  }
  .rfgd616_slideBox.rfgd616_rsSlidebox {
    padding-top: 15px;
  }
}
.rfgd616_ctcont {
  padding-top: 50px;
  padding-bottom: 2.604vw;
}
.rfgd616_ctcont p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .rfgd616_ctcont p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ctcont p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ctcont p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ctcont p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ctcont p {
    font-size: 14px;
  }
}
.rfgd616_ctcont p img {
  object-fit: cover;
}
@media (max-width:768px) {
  .rfgd616_ctcont {
    padding-top: 35px;
  }
  .rfgd616_ctcont p {
    margin-bottom: 18px;
  }
}
.rfgd616_stock {
  margin-top: 50px;
}
.rfgd616_stock .stock_info {
  margin-top: 2.604vw;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0 25px;
}
.rfgd616_stock .stock_info .hh_div1 {
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.rfgd616_stock .stock_info .hh_div1 h3 {
  font-size: 40px;
  color: #133260;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div1 h3 {
    font-size: 20px;
  }
}
.rfgd616_stock .stock_info .hh_div1 p {
  font-size: 26px;
  color: #666;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div1 p {
    font-size: 16px;
  }
}
.rfgd616_stock .stock_info .hh_div2 {
  width: 17%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rfgd616_stock .stock_info .hh_div2 .hh_c1 {
  color: #e71e26;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.rfgd616_stock .stock_info .hh_div2 .hh_c1 .increase {
  font-size: 28px;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 .increase {
    font-size: 24.5px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 .increase {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 .increase {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 .increase {
    font-size: 14.93333333px;
  }
}
.rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 span {
    font-size: 14px;
  }
}
.rfgd616_stock .stock_info .hh_div2 .hh_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #eee;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.rfgd616_stock .stock_info .hh_div2 .hh_c2 p {
  font-size: 14px;
  color: #133260;
}
.rfgd616_stock .stock_info .hh_div2 .hh_c2 p:nth-of-type(1) {
  margin-right: 15px;
}
.rfgd616_stock .stock_info .hh_div2 .hh_c3 {
  font-size: 14px;
}
.rfgd616_stock .stock_info .hh_div3 {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rfgd616_stock .stock_info .hh_div3 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 40px;
}
.rfgd616_stock .stock_info .hh_div3 ul li {
  width: 33.33%;
  font-size: 16px;
  margin-bottom: 25px;
  color: #212529;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div3 ul li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_info .hh_div3 ul li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_info .hh_div3 ul li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_info .hh_div3 ul li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_info .hh_div3 ul li {
    font-size: 14px;
  }
}
.rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(4),
.rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(5),
.rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(6) {
  margin-bottom: 0;
}
.rfgd616_stock .stock_info_active {
  width: 100%;
  height: auto;
  margin-top: 2.604vw;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 30px;
  border-bottom: 1px solid #eee;
  padding: 15px 0 25px;
}
.rfgd616_stock .stock_info_active .item .one {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.rfgd616_stock .stock_info_active .item.first .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #133260;
}
.rfgd616_stock .stock_info_active .item.first .code {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #666;
}
.rfgd616_stock .stock_info_active .item.active .value_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 20px;
}
.rfgd616_stock .stock_info_active .item.active .value_box .value {
  width: 75%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #f00;
}
.rfgd616_stock .stock_info_active .item.active .value_box .info {
  width: 25%;
  margin-left: 20px;
}
.rfgd616_stock .stock_info_active .item.active .value_box .info .two {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: right;
  font-size: 12px;
  color: #f00;
}
.rfgd616_stock .stock_info_active .item.active .time {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 15px;
}
.rfgd616_stock .stock_info_active .item.active .time .data {
  width: 75%;
  height: 100%;
  font-size: 18px;
  color: #666;
}
.rfgd616_stock .stock_info_active .item.active .time .hour {
  width: 25%;
  height: 100%;
  margin-left: 20px;
  font-size: 18px;
  color: #666;
  text-align: right;
}
.rfgd616_stock .stock_info_active .item .one {
  font-size: 16px;
  color: #000;
}
.rfgd616_stock .stock_chart {
  background: #e6e7e8;
  padding: 50px 0;
}
.rfgd616_stock .stock_chart .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_stock .stock_chart .hh_left {
  background: #133260;
  padding: 50px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.rfgd616_stock .stock_chart .hh_left li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_chart .hh_left li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_chart .hh_left li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_chart .hh_left li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_chart .hh_left li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_chart .hh_left li {
    font-size: 14px;
  }
}
.rfgd616_stock .stock_chart .hh_left li:nth-last-child(1) {
  margin-bottom: 0;
}
.rfgd616_stock .stock_chart .hh_right {
  width: 50%;
  background: #fff;
  padding: 34px 50px;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
  background: #f7f7f7;
  padding: 15px 28px;
  margin-right: 5px;
  color: #133260;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    font-size: 14px;
  }
}
.rfgd616_stock .stock_chart .hh_right .hh_ul1 li::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background: #133260;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul1 li.on::before,
.rfgd616_stock .stock_chart .hh_right .hh_ul1 li:hover::before {
  width: 100%;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul2 {
  margin-top: 25px;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul2 li {
  display: none;
}
.rfgd616_stock .stock_chart .hh_right .hh_ul2 li:nth-of-type(1) {
  display: block;
}
@media (max-width: 1366px) {
  .rfgd616_stock .stock_info,
  .rfgd616_stock .stock_info_active {
    padding: 15px 0 20px;
  }
  .rfgd616_stock .stock_info .hh_div2 .hh_c2 {
    flex-direction: column;
  }
  .rfgd616_stock .stock_info_active .item .one {
    height: 40px;
    line-height: 40px;
  }
  .rfgd616_stock .stock_info_active .item.first .title,
  .rfgd616_stock .stock_info_active .item.first .code {
    height: 40px;
    line-height: 40px;
    text-align: left;
  }
  .rfgd616_stock .stock_info_active .item.first .title {
    font-size: 30px;
  }
  .rfgd616_stock .stock_info_active .item.first .code {
    font-size: 20px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .value {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .info {
    margin-left: 15px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .info .two {
    height: 20px;
    line-height: 20px;
  }
  .rfgd616_stock .stock_info_active .item.active .time {
    height: 40px;
    line-height: 40px;
  }
  .rfgd616_stock .stock_info_active .item.active .time .data {
    font-size: 16px;
  }
  .rfgd616_stock .stock_info_active .item.active .time .hour {
    margin-left: 15px;
    font-size: 16px;
  }
  .rfgd616_stock .stock_info_active .item .one {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .rfgd616_stock .stock_info_active .item.first .title {
    font-size: 24px;
  }
  .rfgd616_stock .stock_info_active .item.first .code {
    font-size: 18px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .value {
    font-size: 20px;
  }
  .rfgd616_stock .stock_info_active .item.active .time .data,
  .rfgd616_stock .stock_info_active .item.active .time .hour {
    font-size: 14px;
  }
  .rfgd616_stock .stock_info_active .item .one {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .rfgd616_stock .stock_info_active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    border: 0;
  }
  .rfgd616_stock .stock_info_active .item.first {
    grid-column: span 2;
  }
  .rfgd616_stock .stock_info_active .item {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width:768px) {
  .rfgd616_stock {
    margin-top: 40px;
  }
  .rfgd616_stock .stock_info_active {
    grid-template-columns: repeat(2, 1fr);
  }
  .rfgd616_stock .stock_info_active .item.first {
    grid-column: 100%;
  }
  .rfgd616_stock .stock_info_active .item.first .title,
  .rfgd616_stock .stock_info_active .item.first .code {
    height: 36px;
    line-height: 36px;
    text-align: left;
  }
  .rfgd616_stock .stock_info_active .item.first .title {
    font-size: 20px;
  }
  .rfgd616_stock .stock_info_active .item.first .code {
    font-size: 16px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .value {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .rfgd616_stock .stock_info_active .item.active .value_box .info .two {
    height: 18px;
    line-height: 18px;
  }
  .rfgd616_stock .stock_info_active .item.active .time {
    height: 36px;
    line-height: 36px;
  }
  .rfgd616_stock .stock_info_active .item.active .time .data {
    font-size: 13px;
  }
  .rfgd616_stock .stock_info_active .item.active .time .hour {
    margin-left: 15px;
    font-size: 13px;
  }
  .rfgd616_stock .stock_info_active .item .one {
    font-size: 13px;
  }
  .rfgd616_stock .stock_info {
    flex-direction: column;
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .rfgd616_stock .stock_info .hh_div1,
  .rfgd616_stock .stock_info .hh_div2,
  .rfgd616_stock .stock_info .hh_div3 {
    width: 100%;
  }
  .rfgd616_stock .stock_info .hh_div1 {
    align-items: flex-start;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 22px;
  }
  .rfgd616_stock .stock_info .hh_div2 {
    border-left: 0;
    border-right: 0;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  .rfgd616_stock .stock_info .hh_div2 .hh_c1 {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .rfgd616_stock .stock_info .hh_div2 .hh_c2 {
    flex-direction: unset;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .rfgd616_stock .stock_info .hh_div3 ul {
    padding: 22px 0 0;
  }
  .rfgd616_stock .stock_info .hh_div3 ul li,
  .rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(4),
  .rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(5),
  .rfgd616_stock .stock_info .hh_div3 ul li:nth-of-type(6) {
    width: 100%;
    margin-bottom: 15px;
  }
  .rfgd616_stock .stock_chart {
    padding: 25px 0 40px;
  }
  .rfgd616_stock .stock_chart .hh_w {
    flex-direction: column;
  }
  .rfgd616_stock .stock_chart .hh_left,
  .rfgd616_stock .stock_chart .hh_right {
    width: 100%;
    padding: 20px;
  }
  .rfgd616_stock .stock_chart .hh_left {
    order: 1;
  }
  .rfgd616_stock .stock_chart .hh_right {
    padding-left: 0;
    padding-right: 0;
  }
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li {
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li:nth-last-child(1) {
    margin-right: 0;
  }
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 li::before {
    height: 1px;
  }
  .rfgd616_stock .stock_chart .hh_right .hh_ul1 {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rfgd616_stock .stock_chart .hh_right .hh_ul2 {
    margin-top: 15px;
  }
  .rfgd616_stock .stock_chart .hh_left li {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}
.rfgd616_notice {
  padding: 50px 0 2.604vw;
}
.rfgd616_notice .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_notice .hh_w .hh_left {
  margin-right: 4%;
}
.rfgd616_notice .hh_w .hh_left,
.rfgd616_notice .hh_w .hh_right {
  width: 48%;
}
.rfgd616_notice .hh_w .hh_left ul,
.rfgd616_notice .hh_w .hh_right ul {
  margin-top: 40px;
}
.rfgd616_notice .hh_w .hh_left ul li,
.rfgd616_notice .hh_w .hh_right ul li {
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1680px) {
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    font-size: 14px;
  }
}
.rfgd616_notice .hh_w .hh_left ul li span,
.rfgd616_notice .hh_w .hh_right ul li span {
  margin-right: 15px;
  line-height: 1.5;
  min-width: 128px;
  white-space: nowrap;
}
.rfgd616_notice .hh_w .hh_left ul li a,
.rfgd616_notice .hh_w .hh_right ul li a {
  color: #133260;
  line-height: 1.5;
}
@media (max-width:1440px) {
  .rfgd616_notice .hh_w .hh_left ul,
  .rfgd616_notice .hh_w .hh_right ul {
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .rfgd616_notice .hh_w {
    flex-direction: column;
  }
  .rfgd616_notice .hh_w .hh_left,
  .rfgd616_notice .hh_w .hh_right {
    width: 100%;
    margin-right: 0;
  }
  .rfgd616_notice {
    padding: 40px 0 10px;
  }
  .rfgd616_notice .hh_w .hh_left ul,
  .rfgd616_notice .hh_w .hh_right ul {
    margin-top: 20px;
  }
  .rfgd616_notice .hh_w .hh_right {
    margin-top: 25px;
  }
  .rfgd616_notice .hh_w .hh_left ul li,
  .rfgd616_notice .hh_w .hh_right ul li {
    margin-bottom: 12px;
  }
}
.rfgd616_proD1 {
  padding: 50px 0 0;
}
.rfgd616_proD1 .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.rfgd616_proD1 .hh_w .hh_left {
  width: 57.5%;
}
.rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 16px;
  }
}
.rfgd616_proD1 .hh_w .hh_left .hh_title p {
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_title p {
    font-size: 14px;
  }
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont {
  margin-top: 2.083vw;
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 16px;
  }
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul {
  height: 315px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #133260;
  background-color: #133260;
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li span {
    font-size: 14px;
  }
}
.rfgd616_proD1 .hh_w .hh_left .hh_btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 1.302vw;
}
.rfgd616_proD1 .hh_w .hh_left .hh_btnBox a:nth-of-type(1) {
  margin-right: 20px;
}
.rfgd616_proD1 .hh_w .hh_right {
  width: 40%;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox {
  width: 100%;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .rfgd616_proSwp {
  overflow: hidden;
  border: 1px solid #eee;
  border-bottom: 0;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .rfgd616_proSwp .swiper-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .rfgd616_proSwp .swiper-slide > .img,
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .rfgd616_proSwp .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .rfgd616_proSwp .swiper-slide img {
  object-fit: cover;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 {
  background: #f7f7f7;
  position: relative;
  padding: 15px 2.34vw;
  overflow: hidden;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-next:after,
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #b7b7b7;
  transition: all 0.5s;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-next:hover::after,
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-prev:hover::after {
  color: #0d357e;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-prev {
  left: 0.45vw;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-next {
  right: 0.45vw;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .rfgd616_proSwp_nav {
  overflow: hidden;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .rfgd616_proSwp_nav .swiper-slide {
  background: #fff;
  border-radius: 10px;
  border: 3px solid transparent;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .rfgd616_proSwp_nav .swiper-slide img {
  padding: 7px 15px;
  object-fit: cover;
}
.rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .rfgd616_proSwp_nav .swiper-slide-active {
  border: 2px solid #133260;
}
@media (max-width:768px) {
  .rfgd616_proD1 {
    padding-top: 25px;
  }
  .rfgd616_proD1 .hh_w {
    flex-direction: column;
  }
  .rfgd616_proD1 .hh_w .hh_right {
    order: 0;
    width: 100%;
  }
  .rfgd616_proD1 .hh_w .hh_left {
    order: 1;
    width: 100%;
  }
  .rfgd616_proD1 .hh_w .rfgd616_proSwpBox {
    box-shadow: unset;
  }
  .rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 {
    padding: 12px 30px;
    margin-top: 0;
  }
  .rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .rfgd616_proSwp_nav .swiper-slide img {
    padding: 5px 10px;
  }
  .rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-next {
    right: 2px;
  }
  .rfgd616_proD1 .hh_w .rfgd616_proSwpBox .div2 .swiper-button-prev {
    left: 2px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_title {
    margin-top: 25px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_title h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_cont {
    margin-top: 24px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_cont h3 {
    font-size: 18px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul li p {
    font-size: 14px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_cont ul {
    height: 200px;
  }
  .rfgd616_proD1 .hh_w .hh_left .hh_btnBox {
    margin-top: 30px;
    padding-top: 0;
  }
}
.rfgd616_prodts {
  margin-top: 4.167vw;
}
.rfgd616_prodts h2 {
  font-size: 30px;
  color: #133260;
  margin-bottom: 1.563vw;
}
@media (max-width: 1680px) {
  .rfgd616_prodts h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodts h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_prodts h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodts h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_prodts h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodts h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodts h2 {
    font-size: 18px;
  }
}
.rfgd616_prodts table {
  width: 100%;
  box-shadow: 0 4px 23px 0 rgba(219, 229, 236, 0.6);
  border-left: 0;
  border-top: 0;
}
.rfgd616_prodts table th,
.rfgd616_prodts table td {
  border-color: #eee;
  padding: 6px 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  height: 4.167vw;
  min-height: 40px;
}
@media (max-width: 1680px) {
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    font-size: 14px;
  }
}
.rfgd616_prodts table th:first-child,
.rfgd616_prodts table td:first-child {
  border-left: 0;
}
.rfgd616_prodts table th:last-child,
.rfgd616_prodts table td:last-child {
  border-right: 0;
}
.rfgd616_prodts table th {
  border-top: 0;
}
.rfgd616_prodts table .hh_title {
  background: #eee;
}
@media (max-width:768px) {
  .rfgd616_prodts {
    margin-top: 40px;
  }
  .rfgd616_prodts h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .rfgd616_prodts .hh_tbBox {
    overflow-x: auto;
  }
  .rfgd616_prodts table th,
  .rfgd616_prodts table td {
    padding: 5px 12px;
  }
}
.rfgd616_downUl {
  display: none;
}
.rfgd616_downUl:nth-of-type(1) {
  display: block;
}
.rfgd616_downUl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.302vw 1.563vw;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: all 0.5s;
}
.rfgd616_downUl a:hover div {
  color: #133260;
}
.rfgd616_downUl a:hover div:nth-of-type(3) p .hh_img {
  display: none;
}
.rfgd616_downUl a:hover div:nth-of-type(3) p .hh_img_a {
  display: block;
}
.rfgd616_downUl a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width:1680px) {
  .rfgd616_downUl a div {
    font-size: 13px;
  }
}
.rfgd616_downUl a div:nth-of-type(1) {
  width: 56.71%;
  padding-right: 10px;
}
.rfgd616_downUl a div:nth-of-type(2) {
  width: 32.68%;
}
.rfgd616_downUl a div:nth-of-type(2) p {
  padding-right: 10px;
}
.rfgd616_downUl a div:nth-of-type(2) p:nth-of-type(1) {
  width: 44.52%;
}
.rfgd616_downUl a div:nth-of-type(2) p:nth-of-type(2) {
  width: 55.47%;
}
.rfgd616_downUl a div:nth-of-type(3) span {
  line-height: 1;
}
.rfgd616_downUl a div:nth-of-type(3) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_downUl a div:nth-of-type(3) p img {
  width: 16px;
  margin-bottom: 4px;
  margin-left: 10px;
}
.rfgd616_downUl a div:nth-of-type(3) p .hh_img_a {
  display: none;
  transition: all 0.5s;
}
.rfgd616_downUl.rfgd616_rsDownUl {
  box-shadow: 0 4px 5px 0 rgba(219, 229, 236, 0.6);
  margin-bottom: 35px;
}
.rfgd616_downUl.rfgd616_rsDownUl .hh_nav {
  background: #eee;
}
.rfgd616_downUl.rfgd616_rsDownUl .hh_nav div {
  font-weight: bold;
}
.rfgd616_downUl.rfgd616_rsDownUl .hh_nav a {
  cursor: default;
}
.rfgd616_downUl.rfgd616_rsDownUl .hh_nav a:hover div {
  color: #333;
}
.rfgd616_downUl.rfgd616_rsDownUl a:hover div:nth-of-type(4) p .hh_img {
  display: none;
}
.rfgd616_downUl.rfgd616_rsDownUl a:hover div:nth-of-type(4) p .hh_img_a {
  display: block;
}
.rfgd616_downUl.rfgd616_rsDownUl a div {
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1680px) {
  .rfgd616_downUl.rfgd616_rsDownUl a div {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_downUl.rfgd616_rsDownUl a div {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_downUl.rfgd616_rsDownUl a div {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_downUl.rfgd616_rsDownUl a div {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_downUl.rfgd616_rsDownUl a div {
    font-size: 14px;
  }
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(1) {
  width: 20.42%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(2) {
  width: 37.57%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) {
  width: 25.35%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p {
  justify-content: center;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p:nth-of-type(1) {
  width: 40.84%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p:nth-of-type(2) {
  width: 59.15%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) {
  width: 16.66%;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) img {
  width: 16px;
  margin-bottom: 4px;
  margin-left: 10px;
}
.rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) .hh_img_a {
  display: none;
}
@media (max-width:768px) {
  .rfgd616_downUl a {
    flex-direction: column;
    padding: 16px 15px 16px;
  }
  .rfgd616_downUl a div:nth-of-type(1),
  .rfgd616_downUl a div:nth-of-type(2),
  .rfgd616_downUl a div:nth-of-type(3) {
    width: 100% !important;
  }
  .rfgd616_downUl a div:nth-of-type(2) {
    margin: 8px 0;
  }
  .rfgd616_downUl a div:nth-of-type(2) p:nth-of-type(1),
  .rfgd616_downUl a div:nth-of-type(2) p:nth-of-type(2) {
    width: auto;
  }
  .rfgd616_downUl a div:nth-of-type(2) p:nth-of-type(1) {
    margin-right: 15px;
  }
  .rfgd616_downUl a div {
    font-weight: 400;
  }
  .rfgd616_downUl a div:nth-of-type(1) {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 0;
  }
  .rfgd616_downUl a div:nth-of-type(2) p {
    padding-right: 0;
  }
  .rfgd616_downUl a div:nth-of-type(3) span {
    color: #133260;
  }
  .rfgd616_downUl a div:nth-of-type(3) p .hh_img {
    display: none;
  }
  .rfgd616_downUl a div:nth-of-type(3) p .hh_img_a {
    display: block;
  }
  .rfgd616_downUl.rfgd616_rsDownUl {
    box-shadow: unset;
    margin-bottom: 25px;
  }
  .rfgd616_downUl.rfgd616_rsDownUl .hh_nav {
    display: none;
  }
  .rfgd616_downUl a div:nth-of-type(1) {
    font-weight: 400;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div,
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p {
    justify-content: flex-start;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p:nth-of-type(1),
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p:nth-of-type(2) {
    width: auto;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) p:nth-of-type(1) {
    margin-right: 30px;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) {
    width: 100%;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) span {
    color: #133260;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) p .hh_img {
    display: none;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(4) p .hh_img_a {
    display: block;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(1) {
    font-size: 13px;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(2) {
    font-weight: bold;
    margin: 12px 0;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .rfgd616_downUl.rfgd616_rsDownUl a div:nth-of-type(3) span {
    color: #333;
  }
}
.rfgd616_prodown {
  margin-top: 1.14444vw;
}
.rfgd616_prodown h2 {
  font-size: 30px;
  color: #133260;
  margin-bottom: 1.563vw;
}
@media (max-width: 1680px) {
  .rfgd616_prodown h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodown h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_prodown h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodown h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_prodown h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodown h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodown h2 {
    font-size: 18px;
  }
}
.rfgd616_prodown .hh_ulTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rfgd616_prodown .hh_ulTitle li {
  flex: 1;
  height: 3.125vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #fff;
  position: relative;
}
@media (max-width: 1680px) {
  .rfgd616_prodown .hh_ulTitle li {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prodown .hh_ulTitle li {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_prodown .hh_ulTitle li {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prodown .hh_ulTitle li {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_prodown .hh_ulTitle li {
    font-size: 14px;
  }
}
.rfgd616_prodown .hh_ulTitle li:nth-of-type(1) {
  border-left: 0;
}
.rfgd616_prodown .hh_ulTitle li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #133260;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}
.rfgd616_prodown .hh_ulTitle li:hover::before,
.rfgd616_prodown .hh_ulTitle li.on::before {
  width: 100%;
}
@media (max-width:768px) {
  .rfgd616_prodown {
    margin-top: 37px;
  }
  .rfgd616_prodown h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .rfgd616_prodown .hh_ulTitle {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rfgd616_prodown .hh_ulTitle li {
    width: 49%;
    border-left: 0;
    margin-bottom: 8px;
    flex: unset;
  }
  .rfgd616_prodown .hh_ulTitle li::before {
    content: unset;
  }
  .rfgd616_prodown .hh_ulTitle li:hover,
  .rfgd616_prodown .hh_ulTitle li.on {
    background: #133260;
    color: #fff;
  }
}
.rfgd616_prorcm {
  margin-top: 1.563vw;
}
.rfgd616_prorcm h2 {
  font-size: 30px;
  color: #133260;
  margin-bottom: 1.563vw;
}
@media (max-width: 1680px) {
  .rfgd616_prorcm h2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prorcm h2 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_prorcm h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prorcm h2 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_prorcm h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_prorcm h2 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_prorcm h2 {
    font-size: 18px;
  }
}
.rfgd616_prorcm .title_box h3 {
  font-weight: bold;
}
.rfgd616_prorcm.rfgd616_prorcm_two .title_box h3 a {
  transition: all 0.5s;
}
.rfgd616_prorcm.rfgd616_prorcm_two .title_box h3:hover a {
  color: #133260;
}
@media (max-width:768px) {
  .rfgd616_prorcm h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .rfgd616_prorcm {
    margin-top: 0;
  }
}
.rfgd616_pro1 {
  padding-top: 50px;
}
.rfgd616_pro1 .hh_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.604vw;
}
.rfgd616_pro1 .hh_cont h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.302vw;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 19.25px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 16.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 14.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 11.73333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_pro1 .hh_cont h4 {
    font-size: 16px;
  }
}
.rfgd616_pro1 .hh_cont .hh_c {
  text-align: center;
  margin-bottom: 1.563vw;
}
.rfgd616_pro1 .hh_cont .hh_c p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont .hh_c p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_pro1 .hh_cont .hh_c p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_pro1 .hh_cont .hh_c p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_pro1 .hh_cont .hh_c p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont .hh_c p {
    font-size: 14px;
  }
}
.rfgd616_pro1 .hh_cont .hh_c p img {
  object-fit: cover;
}
.rfgd616_pro1 .hh_cont .pro_btns {
  color: #fff;
  width: 7.813vw;
  height: 2.604vw;
  min-width: 130px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid #363636;
  color: #363636;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont .pro_btns {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_pro1 .hh_cont .pro_btns {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_pro1 .hh_cont .pro_btns {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_pro1 .hh_cont .pro_btns {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_pro1 .hh_cont .pro_btns {
    font-size: 14px;
  }
}
.rfgd616_pro1 .hh_cont .pro_btns:hover {
  background: #133260;
  color: #fff;
}
@media (max-width:768px) {
  .rfgd616_pro1 {
    padding-top: 35px;
  }
  .rfgd616_pro1 .hh_art {
    margin-bottom: 20px;
  }
  .rfgd616_pro1 .hh_cont {
    margin-top: 20px;
  }
  .rfgd616_pro1 .hh_cont h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .rfgd616_pro1 .hh_cont .hh_c {
    height: 150px;
    overflow-y: auto;
    margin-bottom: 0;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .rfgd616_pro1 .hh_cont .hh_c::-webkit-scrollbar {
    width: 2px;
    /*对垂直流动条有效*/
  }
  .rfgd616_pro1 .hh_cont .hh_c::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ededed;
    background-color: #ededed;
    border-radius: 3px;
  }
  .rfgd616_pro1 .hh_cont .hh_c::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #133260;
    background-color: #133260;
  }
  .rfgd616_pro1 .hh_cont .hh_c p {
    line-height: 1.57;
  }
}
.rfgd616_pro3 {
  padding-top: 50px;
  padding-bottom: 2.604vw;
}
.rfgd616_pro3 .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.rfgd616_pro3 .center .pro_title {
  width: 48%;
}
.rfgd616_pro3 .center .p_rfg_swiper {
  width: 48%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.rfgd616_pro3 .center .p_rfg_swiper .swiper {
  width: 100%;
  height: 100%;
}
.rfgd616_pro3 .center .p_rfg_swiper .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.rfgd616_pro3 .center .p_rfg_swiper .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.rfgd616_pro3 .center .p_rfg_swiper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rfgd616_pro3 .center .p_rfg_swiper .swiper-pagination-bullet-active {
  background: #133260;
}
@media (max-width:768px) {
  .rfgd616_pro3 .center {
    flex-wrap: wrap;
  }
  .rfgd616_pro3 .center .pro_title {
    width: 100%;
  }
  .rfgd616_pro3 .center .p_rfg_swiper {
    width: 100%;
  }
}
@media (max-width:768px) {
  .rfgd616_pro3 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.rfgd616_faq {
  padding: 50px 0 2.083vw;
}
.faq_list {
  margin: 1.823vw 3.125vw;
}
.faq_list.faq_list2 {
  margin: 10px 0;
}
.faq_list.faq_list2 li.on a {
  background: #f5f5f5;
}
.faq_list li {
  margin-bottom: 15px;
}
.faq_list li.on a {
  background: #fff;
}
.faq_list li.on a:before {
  height: 100%;
  background: #133260;
}
.faq_list li.on a p {
  color: #133260;
}
.faq_list li.on a i:before {
  background: #133260;
}
.faq_list li.on a i:after {
  display: none;
}
.faq_list li.on .box {
  padding: 1.8vw 2vw 3.3vw 1.8vw;
  height: auto;
  max-height: 500px;
  border-color: #dcdcdc;
}
.faq_list li a {
  height: 100px;
  padding: 0 2vw 0 1.8vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ebecee;
  position: relative;
}
.faq_list li a:before {
  content: '';
  width: 5px;
  height: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li a span {
  width: 65px;
  font-size: 26px;
  color: #133260;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .faq_list li a span {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .faq_list li a span {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .faq_list li a span {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .faq_list li a span {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .faq_list li a span {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .faq_list li a span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .faq_list li a span {
    font-size: 16px;
  }
}
.faq_list li a p {
  width: calc(100% - 100px);
  font-size: 22px;
  color: #1c1c1c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq_list li a i {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}
.faq_list li a i:before,
.faq_list li a i:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #666666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li a i:after {
  width: 2px;
  height: 100%;
}
.faq_list li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0vw 2vw 0vw 1.8vw;
  border: 1px solid transparent;
  border-top: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_list li .box span {
  width: 65px;
  font-size: 26px;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .faq_list li .box span {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .box span {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .faq_list li .box span {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .faq_list li .box span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .faq_list li .box span {
    font-size: 16px;
  }
}
.faq_list li .box p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  width: calc(100% - 65px);
}
@media (max-width: 1440px) {
  .faq_list li a {
    height: 80px;
  }
  .faq_list li a:before {
    width: 3px;
  }
  .faq_list li a span {
    width: 35px;
  }
  .faq_list li a p {
    width: calc(100% - 55px);
    font-size: 18px;
  }
  .faq_list li .box span {
    width: 35px;
  }
  .faq_list li .box p {
    width: calc(100% - 35px);
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .faq_list li a {
    height: 60px;
  }
  .faq_list li a span {
    width: 20px;
  }
  .faq_list li a p {
    width: calc(100% - 35px);
    font-size: 14px;
  }
  .faq_list li a i {
    width: 10px;
    height: 10px;
  }
  .faq_list li .box span {
    width: 20px;
  }
  .faq_list li .box p {
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .rfgd616_faq {
    padding: 40px 0 15px;
  }
  .faq_list li {
    margin-bottom: 10px;
  }
  .faq_list li a {
    height: 45px;
    padding: 0 15px;
  }
  .faq_list li a:before {
    width: 2px;
  }
  .faq_list li a p {
    font-size: 13px;
  }
  .faq_list li .box p {
    font-size: 12px;
  }
  .faq_list li .box span {
    padding-top: 2px;
  }
  .faq_list li.on .box {
    padding: 12px 15px;
  }
}
.rfgd616_ly {
  padding-top: 50px;
  padding-bottom: 20px;
}
.rfgd616_ly .hh_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rfgd616_ly .hh_div1 img {
  width: 3.385vw;
  height: 3.385vw;
  min-width: 40px;
  min-height: 40px;
}
.rfgd616_ly .hh_div2 {
  font-size: 26px;
  font-weight: bold;
  margin: 1.042vw 0;
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div2 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ly .hh_div2 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ly .hh_div2 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ly .hh_div2 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div2 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ly .hh_div2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ly .hh_div2 {
    font-size: 16px;
  }
}
.rfgd616_ly .hh_div3 {
  color: #999;
  margin-bottom: 2.083vw;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div3 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ly .hh_div3 {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ly .hh_div3 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ly .hh_div3 {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div3 {
    font-size: 14px;
  }
}
.rfgd616_ly .hh_div4 a {
  color: #fff;
  width: 7.813vw;
  min-width: 130px;
  height: 2.604vw;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid #eee;
  color: #888;
  font-size: 16px;
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div4 a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .rfgd616_ly .hh_div4 a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .rfgd616_ly .hh_div4 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .rfgd616_ly .hh_div4 a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .rfgd616_ly .hh_div4 a {
    font-size: 14px;
  }
}
.rfgd616_ly .hh_div4 a:hover {
  background: #133260;
  color: #fff;
}
@media (max-width:768px) {
  .rfgd616_ly {
    padding-top: 35px;
    padding-bottom: 33px;
  }
  .rfgd616_ly .hh_div2 {
    margin: 15px 0;
  }
  .rfgd616_ly .hh_div3 {
    margin-bottom: 25px;
  }
}
.go-top-area .go-top.active.a {
  top: calc(93% - 80px);
}
@media (max-width:768px) {
  .go-top-area .go-top.active.a {
    top: calc(93% - 40px);
  }
}

.page01{
	padding:10px 0;    
margin-top: 44px;
    margin-bottom: 44px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;}
.page01 a{
	text-decoration:none;
	color:#8698b6;
	background:#fff; border-radius:4px;
	border:1px solid #CCCCCC;
	padding:14px 20px;
	margin-right:3px}
.page01 a.active{
	background:#133260;
	border:1px solid #133260;
	color:#fff}
.page01 a:hover{
	text-decoration:none;
	color:#fff;
	background:#133260;
	border:1px solid #133260}
	
	
/* 人才招聘 */
.recruit{float: left; width: 100%; margin-top: 0px;}
.recList{float: left; width: 100%; min-height: 600px;}
.t_14{float: left; width: 100%; background: #133260;}
.t_14 span{float: left; width:28.114754%; height: 60px; display: inline-block; font-size: 16px; font-weight: bold; padding-left: 80px; line-height: 60px; color: #fff;}
.t_14 ul{float: left; width: 71.885246%;  padding-right: 10.638298%;}
.t_14 ul li{float: left; width: 25%; text-align: center; font-size: 16px; color: #fff; line-height: 60px; height: 60px; font-weight: bold;}
.d_14{float: left; width: 100%; margin-top: 10px;  background: #f5f5f5; cursor: pointer;}
.d_14 .d_14_t{float: left; width:28.114754%; display: table; height: 60px; }
.d_14 .d_14_t div{ display: table-cell; vertical-align: middle;}
.d_14 .d_14_t span{float: left; width: 100%; line-height: 30px; max-height: 60px;overflow: hidden;  font-size: 16px;padding-left: 80px;}
.d_14 ul{float: left; width:71.885246%;padding-right: 10.638298%; position: relative;}
.d_14 ul li{float: left; width: 25%; text-align: center; font-size: 16px; color: #333; line-height: 60px; height: 60px;}
.d_14 ul i{position: absolute; right: 0; top: 0; width: 10.638298%; height: 60px; background: url(/images/images/bg_14_3.png) no-repeat center; display: block; border-left: 1px solid rgba(255,255,255,.8);}
.d_14.on i{background: url(/images/images/bg_14_4.png) no-repeat center;}
.d_14.on{background: #133260;}
.d_14.on .d_14_t span{color: #fff;}
.d_14.on ul li{color: #fff;}
.d_14 .d_14_h{display: none;float: left; width: 100%; padding: 32px 0; background: #fff;}
.d_14 .d_14_le{float: left; width: 47.340426%; padding-left: 140px; line-height: 30px; font-size: 14px; color: #666;}
.d_14 .d_14_le .d_14_h4{float: left; width: 100%; font-size: 16px; line-height: 24px; height: 24px; color: #333; margin-bottom: 26px;}
.d_14 .d_14_le .recBtn{float: left; width: 100%; margin-top: 30px; }
.d_14 .d_14_le a{float: left; padding: 0 27px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; color: #fff; background:#133260; background-size: 100%; 
 -webkit-border-radius:19px; 
    -moz-border-radius:19px;
         border-radius:19px; }
.d_14 .d_14_le a:hover{
 -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
         box-shadow: 1px 1px 10px rgba(0,0,0,.2); }
.d_14 .d_14_le.d_14_r{ padding-left: 86px; border-left: 1px solid #e7e7e7; position: relative;}
.d_14 .d_14_le.d_14_r::before{position: absolute; content: ""; width: 1px; height: 18px; background: #d7d7d7; top: 50%; margin-top: -9px; left: -1px;}
@media  screen and (max-width:1429px){
  .d_14 .d_14_le{padding-left: 80px; }
  .d_14 .d_14_le.d_14_r{padding-left: 40px;}
}
@media  screen and (max-width:1199px){
  .t_14 span{padding-left: 10px;}
  .d_14 .d_14_t span{ font-size: 14px; padding-left: 10px;}
  .d_14 .d_14_le{padding-left: 20px; }
  .d_14 ul li{font-size: 14px;}
}
@media  screen and (max-width:991px){
  .recruit{margin-top: 40px;}
  .t_14{height: 48px;}
  .t_14 span,
  .t_14 ul li{font-size: 14px; line-height: 48px; height: 48px; }
  .d_14 .d_14_t{height: 48px;}
  .d_14 .d_14_t span{ font-size: 12px;}
  .d_14 ul li{font-size: 12px; line-height: 48px; height: 48px;}
  .d_14 ul i{height: 48px;}
  .d_14 .d_14_le.d_14_r{padding-left: 20px; }
  .d_14 .d_14_le.d_14_r .d_14_h4{padding-left: 20px;}
  .d_14 .d_14_le a{line-height: 30px; height: 30px; padding: 0 15px; font-size: 14px;}
}
@media  screen and (max-width:767px){
  .recruit{margin-top: 30px;}
  .recList{min-height: 400px;}
  .t_14{display: none;}
  .d_14 .d_14_t{width: 80%;}
  .d_14 .d_14_t span{ font-size: 14px;}
  .d_14 ul{width: 20%;}
  .d_14 ul i{width: 100%;}
  .d_14 ul li{display: none;}
  .d_14 .d_14_h{ padding: 14px 0;}
  .d_14 .d_14_le{width: 100%; padding-top: 10px; padding: 10px 15px 0 15px;}
  .d_14 .d_14_le .d_14_h4{font-size: 14px; margin-bottom: 15px;}
  .d_14 .d_14_le.d_14_r{margin-left: 0; }
  .d_14 .d_14_le a{width: 100px; height: 30px; line-height: 30px; font-size: 12px; margin-top:  19px; margin-left: 0;}
  .d_14 .d_14_le.d_14_r{padding-left: 15px; border: 0;}
  .d_14 .d_14_le.d_14_r .d_14_h4{padding-left: 0;}
  .d_14 .d_14_le.d_14_r::before{display: none;}
}


.t_e1k1{
    background: #fff;
}
.t_e1k1li a{
    line-height: 80px;
    font-size: 20px;
    color:#666;
    transition: all 0.36s;
    position: relative;
    display: block;
}
.t_e1k1li.on a{
    color: #133260;    font-weight: 900;
}
.t_e1k1li a::before{
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #133260;
    opacity: 0;
    transition: all 0.36s;
}
.t_e1k1li.on a::before{
    opacity: 1;
    width: 100%;
}
.t_e1k1li{
    padding: 0 24px;
    position: relative;
}
.t_e1k1nr{
    margin: 0 -50px;
}
.t_e1k1li::before{
    content: '';
    width: 1px;
    height: 17px;
    background: #d6d6d6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.t_e1k1li:last-of-type::before{
    display: none;
}

.kgkgc01{ width:100%;}


@media screen and (min-width: 1024px) {.kgkgc02{ width:28%; position:relative; float:left;}
.kgkgc03{ width:68%; position:relative; float:right;}}

@media screen and (max-width: 1024px) {.kgkgc02{ width:100%; position:relative; float:left;}
.kgkgc03{ width:100%; position:relative; float:right;}}